How to disabled wysihtml5 HTML Clean Up in Editor?
How to disable HTML Clean Up while in the editor mode? I'm in a need of allowing css format & inline html in code. The idea is to disable parser and html clean up action when pasting the code and entering the Editor for editing. Thanks. Actually, this is what the parser rules are for. You can attach your custom rules to the included var wysihtml5ParserRules before instantiate the editor object or just create your own rules object and give to the editor's constructor. For example, to allow the h1 and h3 tag in addition to the tags allowed in the distributed simple example rules, you'd need to