If I have 2 complete, successive paragraphs, how should I style them so that there is only one line break (so no empty line) between them?E.g.\[code\]<p>First paragraph</p><p>Second paragraph</p>\[/code\]Should render as \[code\]First paragraphSecond paragraph\[/code\]I am generating this HTML with XSLT.