Hello,
Is it possible to replace the <p> and <br /> tags in the HTML view of CKEditor as newlines? Like in Wordpress with TinyMCE.
Example HTML
<p>test</p>
<p>test2<br/>test3</p>
Would become in HTML view:
test
test2
test3
Is it possible to replace the <p> and <br /> tags in the HTML view of CKEditor as newlines? Like in Wordpress with TinyMCE.
Example HTML
<p>test</p>
<p>test2<br/>test3</p>
Would become in HTML view:
test
test2
test3

Re: More userfriendly HTML view
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: More userfriendly HTML view
Re: More userfriendly HTML view
http://demo.opensourcecms.com/wordpress ... F&reauth=1
Re: More userfriendly HTML view
http://nightly.ckeditor.com/latest/cked ... bcode.html