Add new line in Parse String

I’m loading a string from parse into a text element. How would I insert a new line ?

\n does not work when getting my string from parse.

Anyone who needs help with this I resolved the problem by creating my own new line character “n;” when storing my parse string. When the string is downloaded I replace “n;” with “\n”.