[BACK]Return to nf.out_html CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Bd

File: [cvsweb.bsd.lv] / mandoc / regress / mdoc / Bd / nf.out_html (download)

Revision 1.3, Fri Oct 16 17:22:50 2020 UTC (3 years, 7 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, HEAD
Changes since 1.2: +6 -12 lines

In HTML output, avoid printing a newline right after <pre>
and right before </pre> because that resulted in vertical
whitespace not requested by the manual page author.

Formatting bug reported by
Aman Verma <amanraoverma plus vim at gmail dot com> on discuss@.

<pre>after .nf
request</pre>
<p class="Pp">after .fi request</p>
<div class="Bd Pp">
<pre>in unfilled
block</pre>
after .fi request in unfilled block</div>
after end of unfilled block
<div class="Bd Pp">in filled block
<pre>after .nf request
in filled block</pre>
</div>
after end of filled block
<br/>