I would like to render \r, \n and \r\n as a line break. Looking at other issues and the documentation I tried playing with RenderSettings SkipHtmlEncoding true, but this did not help me.
Is there a place I can hook into the rendering process to replace line breaks with a <br> tag to make this work for me?
Thanks for all your hard work!
I would like to render
\r,\nand\r\nas a line break. Looking at other issues and the documentation I tried playing with RenderSettings SkipHtmlEncoding true, but this did not help me.Is there a place I can hook into the rendering process to replace line breaks with a
<br>tag to make this work for me?Thanks for all your hard work!