aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Pp/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* When a .Tg is attached to a paragraph, attach the permalinkIngo Schwarze2020-04-181-1/+2
| | | | to the first word, or the first few words if they are short.
* Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It.Ingo Schwarze2020-04-061-1/+2
| | | | | | 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.
* Really commit some files that failed to get committed in this commit:Ingo Schwarze2017-03-091-1/+0
| | | | | | | Now that markdown output is tested for almost everything, test all input files in -T markdown output mode by default and only mark those files with SKIP_MARKDOWN that are not to be tested. Much easier to read, and almost minus 40 lines of Makefile code.
* first batch of -T markdown testsIngo Schwarze2017-03-051-0/+1
|
* Finally port the OpenBSD regression suite.Ingo Schwarze2017-02-081-0/+6
Both kristaps@ and wiz@ repeated asked for this, literally for years.