I'd like to be able to have a newline in the message displayed by a tr:message component but this component does not have the "escape" attribute. How can I display it?
I tried with <br> and the newline \n but the HTML output does not show any line break. Thanks.

