【发布时间】:2021-04-12 08:30:05
【问题描述】:
我已经使用 ckeditor 输入了值,但是我正在获取 html 标记以及文档如何只显示文本
这是我的输入共振峰以及我想如何显示 https://prnt.sc/11a6em6
这是我的输出格式 https://prnt.sc/11a6mdv
这是显示文本的代码
{{#each about}}
<div class="theme-title-one">
<h2>{{this.title}}</h2>
<p>{{this.description}}<p>
</div>
{{/each}}
我在显示端得到的文字是
<h3><strong>New updates to program</strong></h3><h4><strong>1.
</strong><i><strong>target sectors have been
expanded.</strong></i></h4><p>When the program was launched in
2019, applicants under seven target sectors were accepted. These
sectors were as follows:</p>
我要显示的是
程序的新更新
1。 目标行业已扩大。该计划于2019年启动时,已接受七个目标行业的申请人。这些部门如下:
【问题讨论】: