aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
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]:
.