aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Aq/author.out_markdown
Commit message (Collapse)AuthorAgeFilesLines
* In markdown, autolinks are dangerous. Different compilers disagreeIngo Schwarze2017-03-111-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.
* implement .An -split and -nosplitIngo Schwarze2017-03-071-0/+16