Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In markdown, autolinks are dangerous. Different compilers disagree | Ingo Schwarze | 2017-03-11 | 1 | -3/+3 |
| | | | | | | | | | | | with respect to what constitutes a valid autolink, and if a compiler deems an autolink invalid, the input turns into an unintended and potentially harmful raw HTML tag. So, never write autolinks. Instead of <link>, write [link](link). Instead of <addr>, write [addr](mailto:addr). Issue pointed out by bentley@, who also agrees with the general direction of the change. | ||||
* | Now that markdown output is tested for almost everything, test all | Ingo Schwarze | 2017-03-08 | 1 | -1/+0 |
| | | | | | | 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. | ||||
* | implement .An -split and -nosplit | Ingo Schwarze | 2017-03-07 | 2 | -1/+17 |
| | |||||
* | first batch of -T markdown tests | Ingo Schwarze | 2017-03-05 | 2 | -0/+18 |
| | |||||
* | Finally port the OpenBSD regression suite. | Ingo Schwarze | 2017-02-08 | 7 | -0/+74 |
Both kristaps@ and wiz@ repeated asked for this, literally for years. |