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/Rs/allch.out_markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'regress/mdoc/Rs/allch.out_markdown') 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), 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), page number, institutional author, city name, -- cgit v1.2.3-56-ge451