Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用最新的 ckeditor v4.1,我遇到了这个问题,我的 h1 标签被编辑器删除了。我的代码:
editor.setData(html);
原始标记是:
<h1>header</h1> hello world!
它将更改为:
header<br> hello world!
禁用这种过滤的任何提示?