I'm using dojo library to generate UI for my content. The Problem is that when I want to show String that is coming from db in below form
My Name is \n Aman
dojo is not considering \n or
and showing the text in a single line
My Name is Aman
in case of
it is showing it as
My Name is <br> Aman
Can anyone please help me with this?