In my view I display text with :
{{=note.content}}
But I didnt find a way to replace new line with <br/>.
I tried directly with replace('\n', '<br/>') but it escapes the br in
html formatThanks
In my view I display text with :
{{=note.content}}
But I didnt find a way to replace new line with <br/>.
I tried directly with replace('\n', '<br/>') but it escapes the br in
html formatThanks