diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-11 12:35:45 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-11 12:35:45 +0000 |
commit | 505c0b0e49d23ffdb2aad76b2d0ac3c0da6d5a54 (patch) | |
tree | d01336384d96597315602c256bbb45dc4a14df31 /regress/mdoc | |
parent | e16d5b3813015232a2bfb159639428402692a852 (diff) | |
download | mandoc-505c0b0e49d23ffdb2aad76b2d0ac3c0da6d5a54.tar.gz |
In markdown, autolinks are dangerous. Different compilers disagree
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.
Diffstat (limited to 'regress/mdoc')
-rw-r--r-- | regress/mdoc/Aq/author.out_markdown | 6 | ||||
-rw-r--r-- | regress/mdoc/Lk/noarg.out_markdown | 2 | ||||
-rw-r--r-- | regress/mdoc/Mt/simple.out_markdown | 4 | ||||
-rw-r--r-- | regress/mdoc/Rs/allch.out_markdown | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/regress/mdoc/Aq/author.out_markdown b/regress/mdoc/Aq/author.out_markdown index 292eb5c5..85803ee7 100644 --- a/regress/mdoc/Aq/author.out_markdown +++ b/regress/mdoc/Aq/author.out_markdown @@ -6,11 +6,11 @@ AQ-AUTHOR(1) - General Commands Manual # DESCRIPTION -Name <<addr>> Name <<addr>> +Name <[addr](mailto:addr)> Name <[addr](mailto:addr)> # AUTHORS -Name <<addr>> -Name <<addr>> +Name <[addr](mailto:addr)> +Name <[addr](mailto:addr)> OpenBSD - November 19, 2014 diff --git a/regress/mdoc/Lk/noarg.out_markdown b/regress/mdoc/Lk/noarg.out_markdown index f27e0895..16c01df2 100644 --- a/regress/mdoc/Lk/noarg.out_markdown +++ b/regress/mdoc/Lk/noarg.out_markdown @@ -9,7 +9,7 @@ LK-NOARG(1) - General Commands Manual two arguments [mandoc](http://mdocml.bsd.lv/) one argument -<http://www.openbsd.org/> +[http://www.openbsd.org/](http://www.openbsd.org/) no argument end of test document diff --git a/regress/mdoc/Mt/simple.out_markdown b/regress/mdoc/Mt/simple.out_markdown index 0b85b45d..78c21be4 100644 --- a/regress/mdoc/Mt/simple.out_markdown +++ b/regress/mdoc/Mt/simple.out_markdown @@ -7,9 +7,9 @@ MT-SIMPLE(1) - General Commands Manual # DESCRIPTION Please send mail to -<schwarze@openbsd.org>. +[schwarze@openbsd.org](mailto:schwarze@openbsd.org). Do not send mail to -<~>. +[~](mailto:~). OpenBSD - February 17, 2010 diff --git a/regress/mdoc/Rs/allch.out_markdown b/regress/mdoc/Rs/allch.out_markdown index afc6488f..64b891cc 100644 --- a/regress/mdoc/Rs/allch.out_markdown +++ b/regress/mdoc/Rs/allch.out_markdown @@ -18,7 +18,7 @@ author name, report name, number of journal, volume number, -<uniform resource locator>, +[uniform resource locator](uniform resource locator), page number, institutional author, city name, @@ -40,7 +40,7 @@ author name, report name, number of journal, volume number, -<uniform resource locator>, +[uniform resource locator](uniform resource locator), page number, institutional author, city name, |