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/Aq/author.out_markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'regress/mdoc/Aq/author.out_markdown') 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 <> Name <> +Name <[addr](mailto:addr)> Name <[addr](mailto:addr)> # AUTHORS -Name <> -Name <> +Name <[addr](mailto:addr)> +Name <[addr](mailto:addr)> OpenBSD - November 19, 2014 -- cgit v1.2.3-56-ge451