aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/spec.txt b/spec.txt
index ee8cc19..2242daf 100644
--- a/spec.txt
+++ b/spec.txt
@@ -6031,6 +6031,23 @@ in Markdown:
<p><a href="foo):">link</a></p>
.
+A link can start with a fragment identifier:
+
+.
+[link](#fragment)
+.
+<p><a href="#fragment">link</a></p>
+.
+
+
+A link can start also contain a a fragment identifier:
+
+.
+[link](http://example.com#fragment)
+.
+<p><a href="http://example.com#fragment">link</a></p>
+.
+
Note that a backslash before a non-escapable character is
just a backslash: