[BACK]Return to literal.out_html CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / man / SY

File: [cvsweb.bsd.lv] / mandoc / regress / man / SY / literal.out_html (download)

Revision 1.1, Sat Jan 5 21:55:12 2019 UTC (5 years, 5 months ago) by schwarze
Branch: MAIN

In no-fill mode, avoid bogus blank lines in two situations:
1. After the last child; the parent will take care of the line break.
2. At the .YS macro; the end of the preceding .SY already broke the line.

BEGINTEST
<br/>
initial regular text
<table class="Nm">
  <tr>
    <td><code class="Nm" title="Nm">command</code></td>
    <td><i>arguments</i></td>
  </tr>
</table>
middle regular text
<pre>
literal text
before display
</pre>
<table class="Nm">
  <tr>
    <td><code class="Nm" title="Nm">command</code></td>
    <td>
    <pre>
<i>arguments</i>
    </pre>
    </td>
  </tr>
</table>
<pre>
literal text
after display
</pre>
final regular text
<br/>
ENDTEST