Skip to content

Commit

Permalink
Added regression test for commonmark/commonmark-spec#430.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Sep 12, 2016
1 parent 4389319 commit 12d2580
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions test/regression.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,26 @@ x
x
````````````````````````````````

h2..h6 raw HTML blocks (jgm/CommonMark#430).

mple
<h1>lorem</h1>

<h2>lorem</h2>

<h3>lorem</h3>

<h4>lorem</h4>

<h5>lorem</h5>

<h6>lorem</h6>
.
<h1>lorem</h1>
<h2>lorem</h2>
<h3>lorem</h3>
<h4>lorem</h4>
<h5>lorem</h5>
<h6>lorem</h6>
````````````````````````````````

0 comments on commit 12d2580

Please sign in to comment.