From c16773cd5231c25b653e2ca16e6170f74882a6df Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 30 Jun 2015 09:30:10 -0700 Subject: Consolidated fragment tests, added query example. --- spec.txt | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 2242daf..0457e01 100644 --- a/spec.txt +++ b/spec.txt @@ -6031,21 +6031,18 @@ in Markdown:

link

. -A link can start with a fragment identifier: +A link can contain fragment identifiers and queries: . [link](#fragment) -. -

link

-. - -A link can start also contain a a fragment identifier: - -. [link](http://example.com#fragment) + +[link](http://example.com?foo=bar&baz#fragment) . +

link

link

+

link

. Note that a backslash before a non-escapable character is -- cgit v1.2.3