ckeditor / ckeditor5

Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
https://ckeditor.com/ckeditor-5
Other
9.52k stars 3.7k forks source link

How do I turn off automatic formatting? #17156

Open barisyigit44 opened 1 month ago

barisyigit44 commented 1 month ago

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?

Witoso commented 2 weeks ago

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