Currently, CKEditor appends "\n" to "br" and "p" (and probably others that I didn't test) tags on each save action and on each CKEditor instance on a page. Even though they do not disturb the HTML output (layout-wise), they quickly sum up and generate huge white space areas, which are annoying when debugging.
The new options prevent CKEditor 4 in doing so.
(Note: CKEditor 5 handles this topic in a different way.)
Issue: https://github.com/aimeos/ai-admin-jqadm/issues/151 CKEditor documentation: https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_htmlWriter.html#method-setRules
Currently, CKEditor appends "\n" to "br" and "p" (and probably others that I didn't test) tags on each save action and on each CKEditor instance on a page. Even though they do not disturb the HTML output (layout-wise), they quickly sum up and generate huge white space areas, which are annoying when debugging.
The new options prevent CKEditor 4 in doing so. (Note: CKEditor 5 handles this topic in a different way.)