From bbca5bb3bbacd2bb8c85cfe54293b8c4da29dbf9 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 14 Sep 2016 15:47:51 +0200 Subject: Allow tabs after setext header line. See jgm/commonmark.js#109 --- test/regression.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'test/regression.txt') 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.
lorem
```````````````````````````````` +Issue jgm/commonmark.js#109 - tabs after setext header line + + +```````````````````````````````` example +hi +--→ +. +

hi

+```````````````````````````````` + -- cgit v1.2.3