Thought this might be fixed at some point
but I guess I'll write an issue then.
In the following example the whitespace before
the liquid block tag should be removed but isn't.
We often use liquid blocks at the start of snippets so
in cases where we cannot have whitespace we are
forced to ensure the liquid block opening tag stays
in the first line ..
Thought this might be fixed at some point
but I guess I'll write an issue then.
In the following example the whitespace before
the liquid block tag should be removed but isn't.
{%- liquid %}We often use liquid blocks at the start of snippets so
in cases where we cannot have whitespace we are
forced to ensure the liquid block opening tag stays
in the first line ..