From 335ac29043f52a05ae9691dd6fac291400af0ee5 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 9 Sep 2018 22:03:45 -0700 Subject: Example showing need for space before title in reference link. Closes #469. --- spec.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index b5924fa..6661752 100644 --- a/spec.txt +++ b/spec.txt @@ -2880,6 +2880,18 @@ The link destination may not be omitted:

[foo]

```````````````````````````````` +The title must be separated from the link destination by +whitespace: + +```````````````````````````````` example +[foo]: (baz) + +[foo] +. +

[foo]: <bar>(baz)

+

[foo]

+```````````````````````````````` + Both title and destination can contain backslash escapes and literal backslashes: -- cgit v1.2.3