From 890cc9cbd6565ee3b92c304210f49013e9759f7e Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 11 Mar 2017 12:35:45 +0000 Subject: 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 , write [link](link). Instead of , write [addr](mailto:addr). Issue pointed out by bentley@, who also agrees with the general direction of the change. --- regress/mdoc/Lk/noarg.out_markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regress/mdoc/Lk') 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/) no argument end of test document -- cgit v1.2.3-56-ge451