Option: verify_html

This option enabled or disables the element cleanup functionality. If you set this option to false, all element cleanup will be skipped but other cleanup functionality such as URL convertion will still be executed.

Example of usage of the verify_html option:

tinyMCE.init({
	...
	verify_html : false
});