in CKEditor-无人及你的回答
in CKEditor
When loading content with a set of paragraphs in CKEditor, it replaces my tags with
That means the editor conv
Add this line to the ckeditor.js configuration file:
n.setRules('p',{indent:false,breakAfterOpen:false});
More about the formatting of the HTML Writer can be found in Developers Guide: Output Formatting at CKSource Docs.