From 7292f6d7557aa0bedd753a41f80c9ea717349c4f Mon Sep 17 00:00:00 2001 From: David Green Date: Tue, 30 Jun 2015 07:26:24 -0700 Subject: add spec examples showing the use of fragment identifiers in links --- spec.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index ee8cc19..2242daf 100644 --- a/spec.txt +++ b/spec.txt @@ -6031,6 +6031,23 @@ in Markdown:

link

. +A link can start with a fragment identifier: + +. +[link](#fragment) +. +

link

+. + + +A link can start also contain a a fragment identifier: + +. +[link](http://example.com#fragment) +. +

link

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