diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/regression.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/regression.txt b/test/regression.txt index 54872da..d5a1e5d 100644 --- a/test/regression.txt +++ b/test/regression.txt @@ -56,3 +56,13 @@ Issue jgm/CommonMark#430: h2..h6 not recognized as block tags. <h6>lorem</h6> ```````````````````````````````` +Issue jgm/commonmark.js#109 - tabs after setext header line + + +```````````````````````````````` example +hi +--→ +. +<h2>hi</h2> +```````````````````````````````` + |