aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec.txt22
1 files changed, 18 insertions, 4 deletions
diff --git a/spec.txt b/spec.txt
index dda255d..fc2825d 100644
--- a/spec.txt
+++ b/spec.txt
@@ -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>&lt;m:abc&gt;</p>
+.
+
+.
<foo.bar.baz>
.
<p>&lt;foo.bar.baz&gt;</p>