diff options
Diffstat (limited to 'src/Text/Pandoc/Readers')
-rw-r--r-- | src/Text/Pandoc/Readers/Markdown.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Text/Pandoc/Readers/Markdown.hs b/src/Text/Pandoc/Readers/Markdown.hs index 442c34511..c3469b22b 100644 --- a/src/Text/Pandoc/Readers/Markdown.hs +++ b/src/Text/Pandoc/Readers/Markdown.hs @@ -489,10 +489,10 @@ block = do -- note: bulletList needs to be before header because of -- the possibility of empty list items: - , bulletList - , header - , lhsCodeBlock , divHtml , divFenced + , header + , lhsCodeBlock , htmlBlock , table , codeBlockIndented |