summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/spec.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/spec.txt b/test/spec.txt
index 4ca3aa0..958ca64 100644
--- a/test/spec.txt
+++ b/test/spec.txt
@@ -3076,6 +3076,25 @@ and thematic breaks, and it need not be followed by a blank line.
</blockquote>
````````````````````````````````
+```````````````````````````````` example
+[foo]: /url
+bar
+===
+[foo]
+.
+<h1>bar</h1>
+<p><a href="/url">foo</a></p>
+````````````````````````````````
+
+```````````````````````````````` example
+[foo]: /url
+===
+[foo]
+.
+<p>===
+<a href="/url">foo</a></p>
+````````````````````````````````
+
Several [link reference definitions]
can occur one after another, without intervening blank lines.