diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2016-09-14 15:47:51 +0200 | 
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2016-09-14 15:47:51 +0200 | 
| commit | bbca5bb3bbacd2bb8c85cfe54293b8c4da29dbf9 (patch) | |
| tree | 7e00f64616cd5c8a551698c544220bde2fceef67 /test | |
| parent | f1f2deda56504e53ee8c5bb15858c6256b950252 (diff) | |
Allow tabs after setext header line.
See jgm/commonmark.js#109
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> +```````````````````````````````` + | 
