Skip to content

newline_to_br

Converts newlines to
. (standard Liquid filter.)

Example

{{ "a\nb" | newline_to_br }}

Output:

a<br />b