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!
この種のフィルタリングを無効にするヒントはありますか?