I have the following variable: \"hello↵↵world\". (the value is coming from a textarea)
The problem is when I ask Meteor to display it with {{content}}, everything ap
If you're using bootstrap using the tag will come with some style that you probably don't want... If you want to avoid that you can solve this with some simple CSS:
.pre { white-space: pre; }
and then just wrap your content with that class:
{{content}}