Skip to content

Commit 5901a87

Browse files
committed
Update spec.
1 parent 7126694 commit 5901a87

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

test/spec.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3076,6 +3076,25 @@ and thematic breaks, and it need not be followed by a blank line.
30763076
</blockquote>
30773077
````````````````````````````````
30783078

3079+
```````````````````````````````` example
3080+
[foo]: /url
3081+
bar
3082+
===
3083+
[foo]
3084+
.
3085+
<h1>bar</h1>
3086+
<p><a href="/url">foo</a></p>
3087+
````````````````````````````````
3088+
3089+
```````````````````````````````` example
3090+
[foo]: /url
3091+
===
3092+
[foo]
3093+
.
3094+
<p>===
3095+
<a href="/url">foo</a></p>
3096+
````````````````````````````````
3097+
30793098

30803099
Several [link reference definitions]
30813100
can occur one after another, without intervening blank lines.

0 commit comments

Comments
 (0)