brlinebreaks
Translate HTML <br/> elements into ASCII newlines (\n).
The following string:
{{ "foo<br/>bar"|brlinebreaks }}
will evaluate to foo\nbar.
Note
Non-closing line breaks (<br>) are currently not converted.
Translate HTML <br/> elements into ASCII newlines (\n).
The following string:
{{ "foo<br/>bar"|brlinebreaks }}
will evaluate to foo\nbar.
Note
Non-closing line breaks (<br>) are currently not converted.
Template value transformations for text, collections, dates, numbers, URLs, and other data.