Hello ,
I want that when the pressing enter key at the last of the heading tag then i want to add a <br/> at the last but the editor add the new <p> tag
For Example:
<h2>demo test</h2>
<p>Demo paragraph</p>
Then I pressing enter key at the last of the <h2> tag like after the :
"demo test "pressing enter key here" "
then he editor will show the content like this:
<h2>demo test</h2>
<p></p>
<p>demo paragraph></p>
but i want the result like this:
<h2>demo test <br/></h2>
<p>demo paragraph></p>
I want that when the pressing enter key at the last of the heading tag then i want to add a <br/> at the last but the editor add the new <p> tag
For Example:
<h2>demo test</h2>
<p>Demo paragraph</p>
Then I pressing enter key at the last of the <h2> tag like after the :
"demo test "pressing enter key here" "
then he editor will show the content like this:
<h2>demo test</h2>
<p></p>
<p>demo paragraph></p>
but i want the result like this:
<h2>demo test <br/></h2>
<p>demo paragraph></p>