ckeditor5 icon indicating copy to clipboard operation
ckeditor5 copied to clipboard

How do I turn off automatic formatting?

Open barisyigit44 opened this issue 1 year ago • 1 comments

This html template changes when pasted (or added) into the editor.

<SPAN> <SUP> <a> 9 </A> </SUP> </SPAN>

It turns into this:

<A> <SPAN> <SUP> 9 </SUP> </SPAN> </A>

How can I prevent this from happening?

barisyigit44 avatar Sep 25 '24 13:09 barisyigit44

CKEditor 5 takes on opinionated approach, and normalizes HTML according to it's internal data structures. Read more in: #15408

Witoso avatar Oct 14 '24 12:10 Witoso

There has been no activity on this issue for the past year. We've marked it as stale and will close it in 30 days. We understand it may still be relevant, so if you're interested in the solution, leave a comment or reaction under this issue.

CKEditorBot avatar Oct 14 '25 23:10 CKEditorBot

We've closed your issue due to inactivity. We understand that the issue may still be relevant. If so, feel free to open a new one (and link this issue to it).

CKEditorBot avatar Nov 14 '25 23:11 CKEditorBot