mirror of
https://github.com/discourse/discourse.git
synced 2025-01-24 04:58:29 +08:00
4 lines
157 B
Plaintext
4 lines
157 B
Plaintext
|
Em.Handlebars.helper('preserve-newlines', str => {
|
||
|
return new Handlebars.SafeString(Discourse.Utilities.escapeExpression(str).replace(/\n/g, "<br>"));
|
||
|
});
|