This appears to be a frequently asked question, but I am unable to find any clear answer on this topic in the forums. When pasting lines into ckeditor (4.3), lines are separated with <br /> not <p>. How does one configure ckeditor to make it use <p> instead of <br /> in this context? I am referring to paste from clipboard only, not entering text, which I understand can be set in the config.
Also, a blank paragraph is added at the end of a paste:
<p> </p>
How does config the editor so that this is not added?

Hi
I think you should set config ckeditor: config.enterMode = CKEDITOR.ENTER_BR;
May be solve your problem