render: missing trailing newline in template output #33
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
When rendering nodes with a custom template, the output has no trailing newline, causing consecutive renders to concatenate on the same line.
Reproduce
Actual
Two renders concatenated on one line.
Expected
Each render output should end with a newline.
Note
The
ternaryfilter behavior (false/trueinstead ofx/) might be a separate issue — or a LiquidJS syntax question. The missing newline is the primary bug here.