エディターに貼り付けるときのタグ
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 HTMLエディターにコンテンツの周りに段落タグをラップさせることは可能ですか?
バージョン3.6.1を実行しています
まあそれは違います。通常、強制された<p>タグは、CKEditorでデフォルトでオンになっているため、オンにするのではなく、オフにしたい場合があります。config.jsで次のコードを使用してみてください。
config.enterMode = CKEDITOR.ENTER_P;