Does the editor provide any option to disable the HTML cleanup on paste or on "insertHtml"-command.
I
want to allow our customers to create "incomplete" html snippets with
the editor. For example our customers paste a html code like:
<tr><td>some text</td></tr>Now the editor will removes the incorrect html and the result will be "some text" and the html markup gets lost.