diff options
Diffstat (limited to 'test/regression.txt')
-rw-r--r-- | test/regression.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/test/regression.txt b/test/regression.txt index c8a1057..54872da 100644 --- a/test/regression.txt +++ b/test/regression.txt @@ -32,3 +32,27 @@ Repeatedly solving <li>how techniques</li> </ul> ```````````````````````````````` + +Issue jgm/CommonMark#430: h2..h6 not recognized as block tags. + +```````````````````````````````` example +<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> +```````````````````````````````` + |