brlinebreaks
See also
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.
See also
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.
Filters transform template variables before they are rendered.