How can you prevent any automatic formatting when in CKEditor when viewing in source mode?
I like to edit HTML source code directly instead of using the WYSIWYG
config.allowedContent=true; will do the trick
config.allowedContent=true;
Here is the full HTML code
CKEditor