我的主干应用程序从 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.
<ul><li>Tax Credit Administration (including filing of all forms, reports and tax returns).</li><li>Tax Credit Advances (either during or upon completion of production)</li><li>Deferral of up to 100% of Equipment, Camera and Facilities costs
</li></ul></p>
以下是渲染时发生的情况: