aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-06-30 09:30:10 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-06-30 09:30:10 -0700
commitc16773cd5231c25b653e2ca16e6170f74882a6df (patch)
tree5167052e2591f62a19d62d71f769042dc258a932 /spec.txt
parent209aa512b2936b781f656cb05efd9b3d4fe801a4 (diff)
Consolidated fragment tests, added query example.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt13
1 files changed, 5 insertions, 8 deletions
diff --git a/spec.txt b/spec.txt
index 2242daf..0457e01 100644
--- a/spec.txt
+++ b/spec.txt
@@ -6031,21 +6031,18 @@ in Markdown:
<p><a href="foo):">link</a></p>
.
-A link can start with a fragment identifier:
+A link can contain fragment identifiers and queries:
.
[link](#fragment)
-.
-<p><a href="#fragment">link</a></p>
-.
-
-A link can start also contain a a fragment identifier:
-
-.
[link](http://example.com#fragment)
+
+[link](http://example.com?foo=bar&baz#fragment)
.
+<p><a href="#fragment">link</a></p>
<p><a href="http://example.com#fragment">link</a></p>
+<p><a href="http://example.com?foo=bar&baz#fragment">link</a></p>
.
Note that a backslash before a non-escapable character is