I\'m trying to convert newline characters (\\n) to html br\'s.
As per this discussion in the Google Group, here\'s what I\'ve got:
Maybe you can achieve this only with html, a way ? It will avoid from using filters or do any kind of processing.
All you have to do is display the text within an element that has this CSS:
{{ MyMultiLineText}}
This will parse and display \n as new lines. Works great for me.
Here, a jsFiddle example.