( Square Open Bracket , Newline , Square Close Bracket )
Subsequent Problems
This can easily break any snippet used for processing.
Take for example a snippet that transforms a multiline
string into a list of comma separated handles , on the
receiving side you expect the string to be clean so you
simply have to split it by itโs commas.
If just one newline is added before the processing
snippets liquid block , the output is contaminated
and will most likely fail when used directory in for
example indexing operations.
Unless itโs post-processed again , which makes it worse to use or every index is stripped which is easily forgotten.