diff options
-rw-r--r-- | spec.txt | 22 |
1 files changed, 18 insertions, 4 deletions
@@ -7588,20 +7588,28 @@ with their syntax: . <a+b+c:d> +. +<p><a href="a+b+c:d">a+b+c:d</a></p> +. +. <made-up-scheme://foo,bar> +. +<p><a href="made-up-scheme://foo,bar">made-up-scheme://foo,bar</a></p> +. +. <http://../> +. +<p><a href="http://../">http://../</a></p> +. +. <localhost:5001/foo> . -<p><a href="a+b+c:d">a+b+c:d</a></p> -<p><a href="made-up-scheme://foo,bar">made-up-scheme://foo,bar</a></p> -<p><a href="http://../">http://../</a></p> <p><a href="localhost:5001/foo">localhost:5001/foo</a></p> . - Spaces are not allowed in autolinks: . @@ -7668,6 +7676,12 @@ These are not autolinks: . . +<m:abc> +. +<p><m:abc></p> +. + +. <foo.bar.baz> . <p><foo.bar.baz></p> |