[BACK]Return to font.out_html CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / tbl / layout

File: [cvsweb.bsd.lv] / mandoc / regress / tbl / layout / font.out_html (download)

Revision 1.1, Sun May 16 22:28:27 2021 UTC (3 years, 1 month ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, HEAD

test font modifiers in the layout; related to tbl_html.c rev. 1.34

<table class="tbl" style="border-style: solid;">
  <tr style="border-bottom-style: solid;">
    <td><b>bold</b></td>
    <td style="text-align: right;">roman</td>
  </tr>
  <tr>
    <td>roman</td>
    <td style="text-align: right;"><i>italic</i></td>
  </tr>
</table>