summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-04-06 21:42:23 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-04-06 21:42:23 -0700
commit5901a8700443bf08e36b90b42d9e095202be5a02 (patch)
treec81e2791d147897092514687d4f8630cddb91802 /test
parent7126694b85bd1f5ba6533b81b2565f276d1da503 (diff)
Update spec.
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.