[Plugin: CKEditor For WordPress] <p> </p> Enters in the source code
-
Hello,
There is “<p> </p>” at the bottom of the source code.
I set config.autoParagraph = false;How can I fix that issue?
——————————
Example-1
——————————[How to]
source mode -> [Before]code enter -> visual mode ->
Click “test-test” -> source mode -> [After]code[Before]
<div> <p>test-test</p> </div>[After]
<div> <p>test-test</p> </div> <p> </p>——————————
Example-2
——————————[How to]
source mode -> [Before]code enter -> visual mode ->
Click “test-test” -> source mode -> [After]code[Before]
<ul> <li><div><p>test-test</p></div></li> </ul>[After]
<ul> <li><div><p>test-test</p></div></li> </ul> <p> </p>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘[Plugin: CKEditor For WordPress] <p> </p> Enters in the source code’ is closed to new replies.