Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Tg
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2 / (download) - annotate - [select for diffs], Tue Apr 7 22:56:15 2020 UTC (5 years, 2 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6,
HEAD
Changes since 1.1: +4 -3 lines
Diff to previous 1.1 (colored)
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.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Apr 6 10:16:23 2020 UTC (5 years, 2 months ago) by schwarze
Branch: MAIN
Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It. In HTML output, improve the logic for writing inside permalinks: skip them when there is no child content or when there is a risk that the children might contain flow content.