So I have the following:
<
I had:
Hello\nworld
I added the below css to div class and it's working now:
div
div { white-space: pre-wrap; }
I hope this solve your problem too.