summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/mandoc/mdoc/Bd/nested.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* When .Bd, .D1, or .Dl is tagged, attach the permalinkschwarze2020-04-191-6/+9
| | | | to the first few letters, similar to what was earlier done for .Pp.
* Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It.schwarze2020-04-061-2/+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.
* Messages of the -Wbase level now print STYLE:. Since thisschwarze2017-07-041-2/+3
| | | | | | | | causes horrible churn anyway, profit of the opportunity to stop excessive testing, such that this is hopefully the last instance of such churn. Consistently use OpenBSD RCS tags, blank .Os, blank fourth .TH argument, and Mdocdate like everywhere else. Use -Ios=OpenBSD for platform-independent predictable output.
* Correct indentation for lists and displays inside lists.schwarze2012-11-181-0/+42
Inspired by a diff from millert@, but implemented rather differently and with slightly better functionality. In particular, this one respects -offset and -width arguments found in the input file.