I have text stored on Parse.com in the filed of type string. The text consists of white-spaces such as end of line character/ new line
While displaying this text in HTML like paragraph.get('text')
the new line characters are stripped.
How can I display the entire text with its formatting in HTML?