I'm having some trouble keeping CKEditor from modifying whitespace in HTML tags. For example, the following HTML:
<p>This is some text with whitespace <div>some special text</div> Some more text</p>
gets converted to:
<p>This is some text with whitespace<div>some special text</div>Some more text</p>
in the editor. However, the output HTML is again correct. Is there a setting for preventing this behavior?
<p>This is some text with whitespace <div>some special text</div> Some more text</p>
gets converted to:
<p>This is some text with whitespace<div>some special text</div>Some more text</p>
in the editor. However, the output HTML is again correct. Is there a setting for preventing this behavior?