I am putting some custome properties in inserted paragraphs to identify them. But when I am entering more paragraphs below existing one new paragraphs are coming with properties of previous paragraphs. like
<p id="1"> prem </p> source code
when I press enter key then new paragraph will be like this
<p id="1"></p> source code
It taking all the custome properties of previous paragraphs automaticall.
How to avoid this as I need paragraph insertion mode only but on enter it must not inherit properties of previous one.
Please help in this.