I am using HandleBar.js in my rails jquery mobile application.
I have a json returned value data= "hi\n\n\n\n\nb\n\n\n\nhow r u"
which when used in .hbs file as {{data}}
showing me as hi how r u
and not as with the actual new line inserted
Please suggest me.
Pre tag helps me