aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-12-28 21:41:12 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-12-28 21:41:12 -0800
commit60a0a7a30b4a259300d5d8dd97b9db7f728bad1a (patch)
tree21939bc6471993e9358a3d42f4b6498d08f56868 /spec.txt
parent00c12818c2981e3eb45533d518df85a5977923cd (diff)
Added example with escaped backslash at end of link label.
Closes #325. Worth having this example, since there was a bug to this effect.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/spec.txt b/spec.txt
index 57e649f..e70a520 100644
--- a/spec.txt
+++ b/spec.txt
@@ -7090,6 +7090,16 @@ backslash-escaped:
<p><a href="/uri">foo</a></p>
.
+Note that in this example `]` is not backslash-escaped:
+
+.
+[bar\\]: /uri
+
+[bar\\]
+.
+<p><a href="/uri">bar\</a></p>
+.
+
A [link label] must contain at least one [non-whitespace character]:
.