It would be nice if sole <p> (or more generally sole HTML tag or tags) will be treated as paragraph break. This style is also used in JDK (see java.lang.String, for example).
perhaps semi-related, it would be nice if "Wrap paragraph" worked better for HTML, only wrapping the current element you're in, not needing blank lines above and below
We use this style of javadoc comments:
Reformatting this gives us:
It would be nice if sole
<p>
(or more generally sole HTML tag or tags) will be treated as paragraph break. This style is also used in JDK (seejava.lang.String
, for example).