【发布时间】:2014-03-09 17:14:13
【问题描述】:
我有以下变量:“hello↵↵world”。 (值来自文本区域)
问题是当我让 Meteor 用 {{content}} 显示它时,所有内容都出现在同一行并且不考虑换行符。
{{content}}
# renders
hello world
# should render
hello
world
【问题讨论】:
-
也许
\r或\n或\r\n会有所帮助?!
标签: meteor