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. Edit on GitHub