Description
Insert a <br /> tag in front of every \n linebreak character.
Syntax
{{ <string> | multi_line }}
Example
{{ "hello\nworld" | multi_line }}
outputs
hello<br/>world
Insert a <br /> tag in front of every \n linebreak character.
{{ <string> | multi_line }}
{{ "hello\nworld" | multi_line }}
outputs
hello<br/>world