If I load up a set of paragraphs then the editor replaces my <p>
with <p>	
It means
<p>paragraph 1</p>
<p>paragraph 2</p>
<p>paragraph 3</p>
ends up like
<p>
paragraph 1</p>
<p>
paragraph 2</p>
<p>
paragraph 3</p>
Has anyone come across this and know how to fix? It seems to be an issue but no response on their forum
UPDATE: credit to @paolo and it's clearer once you find the right documentation.
I edited the source of the htmlwriter plugin what @paolo gave, documentation explains more.
The other thing of note was running the CKPackager (cmd: ckpackager.exe ckeditor.pack
). Checking out the ckeditor.js and ckeditor_basic.js before running command as these are the two files outputted.