From 60a0a7a30b4a259300d5d8dd97b9db7f728bad1a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 28 Dec 2015 21:41:12 -0800 Subject: Added example with escaped backslash at end of link label. Closes #325. Worth having this example, since there was a bug to this effect. --- spec.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 57e649f..e70a520 100644 --- a/spec.txt +++ b/spec.txt @@ -7090,6 +7090,16 @@ backslash-escaped:

foo

. +Note that in this example `]` is not backslash-escaped: + +. +[bar\\]: /uri + +[bar\\] +. +

bar\

+. + A [link label] must contain at least one [non-whitespace character]: . -- cgit v1.2.3