Supposedly there is javadoc like
/**
text text
<p>text text
*/
If an option "insert <p/> for blank lines" is on, IDEA would add <p/>:
/**
text text
<p/>
<p>text text
*/
if a first line after break already starts with <p>, inserting <p/> is unnecessary