aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Bd/nested.out_tag
Commit message (Collapse)AuthorAgeFilesLines
* trivial adjustment of the desired test resultsIngo Schwarze2020-07-211-6/+6
| | | | after getting rid of the "copyless" crutch
* When .Bd, .D1, or .Dl is tagged, attach the permalinkIngo Schwarze2020-04-191-4/+4
| | | | to the first few letters, similar to what was earlier done for .Pp.
* Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It.Ingo Schwarze2020-04-061-0/+6
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.