Translate ASCII newlines (\n) into HTML <br /> elements.
The following string:
{{ "foo\nbar"|linebreaksbr }}
will evaluate to foo<br />bar.
See also
brlinebreaks
force_escape
slugify
Enter search terms or a module, class or function name.