You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We noticed this issues when upgrading to 4.x. If an /each is not followed by a \n the rendered template will contain extra whitespace. This throws off formats which expect consistent whitespace.
We noticed this issues when upgrading to
4.x
. If an/each
is not followed by a\n
the rendered template will contain extra whitespace. This throws off formats which expect consistent whitespace.Here is a repro:
Using the template:
Results in:
Using the template:
Results in:
Using the template:
Results in:
Using the template:
Results in:
As long as the
/each
is followed by a\n
we get predictable whitespace.The text was updated successfully, but these errors were encountered: