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

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

Revision 1.2, Tue Apr 7 22:56:12 2020 UTC (4 years, 2 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, HEAD
Changes since 1.1: +2 -2 lines

Separate the place to put the <a href> permalink (now marked
with NODE_HREF) from the target element of the link (still marked
with NODE_ID).  In many cases, use this to move the target to the
beginning of the paragraph, such that readers don't get dropped
into the middle of a sentence.

<dl class="Bl-tag">
  <dt id="one"><a class="permalink" href="#one"><span class="Ms">one</span></a>
    |
    <a class="permalink" href="#two"><span class="Ms" id="two">two</span></a></dt>
  <dd>text</dd>
  <dt id="three"><a class="permalink" href="#three"><span class="Ms">three</span></a></dt>
  <dd>text</dd>
</dl>
<a class="permalink" href="#four"><span class="Ms" id="four">four</span></a>