With a default Editor instance, if you have a paragraph, then press the Enter key twice to create blank space between a later paragraph, the middle "spacer" paragraph does not render in the browser, since it is totally empty.
But other WYSIWYG HTML editors generate "blank" paragraphs like this:
That way, the browser will still render a blank paragraph. Why does the Kendo Editor not do this? Thanks.
<
p
>Test 1</
p
>
<
p
></
p
>
<
p
>Test 2</
p
>
But other WYSIWYG HTML editors generate "blank" paragraphs like this:
<
p
>Test 1</
p
>
<
p
> </
p
>
<
p
>Test 2</
p
>
That way, the browser will still render a blank paragraph. Why does the Kendo Editor not do this? Thanks.