Backbone - 将文本呈现为HTML而不是字符串

时间:2013-05-14 12:53:29

标签: backbone.js underscore.js

我的骨干应用程序从JSON文件渲染下划线模板。我有一些正文,我想用HTML中的无序列表进行渲染。文本将HTML呈现为一个完整的字符串。有什么建议可以阻止这个吗?

这是我从我的CMS中获取的JSON文件

<p>Leading provider of tax credit services and financing for productions wishing to access the state's <b>recently increased</b> 20%-25% Production Tax Credit.
&lt;ul&gt;&lt;li&gt;Tax Credit Administration (including filing of all forms, reports and tax returns).&lt;/li&gt;&lt;li&gt;Tax Credit Advances (either during or upon completion of production)&lt;/li&gt;&lt;li&gt;Deferral of up to 100% of Equipment, Camera and Facilities costs
&lt;/li&gt;&lt;/ul&gt;</p>

以下是呈现时发生的情况: enter image description here

1 个答案:

答案 0 :(得分:0)

我认为你想要的是将<li>code</li>呈现为列表项而不是原始文本。

这个小提琴可能会有所帮助:http://jsfiddle.net/fzM4N/