From 694a826bf0caef60330e3f4fcd195611a70ec77e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 22 Nov 2014 20:07:22 -0800 Subject: Added example to spec of shortcut link with following space. See #214. --- spec.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 0693ba4..0d114b8 100644 --- a/spec.txt +++ b/spec.txt @@ -5907,6 +5907,16 @@ The link labels are case-insensitive:

Foo

. +A space after the link text should be preserved: + +. +[foo] bar + +[foo]: /url +. +

foo bar

+. + If you just want bracketed text, you can backslash-escape the opening bracket to avoid links: -- cgit v1.2.3