Markdown reader: check for tex macros after indented code.

Closes #1973.
This commit is contained in:
John MacFarlane
2015-02-25 08:33:42 -08:00
parent ae3142f919
commit 47bfdca049
+3 -3
View File
@@ -448,18 +448,18 @@ block = do
res <- choice [ mempty <$ blanklines
, codeBlockFenced
, yamlMetaBlock
, guardEnabled Ext_latex_macros *> (macro >>= return . return)
-- note: bulletList needs to be before header because of
-- the possibility of empty list items: -
, bulletList
, header
, lhsCodeBlock
, rawTeXBlock
, divHtml
, htmlBlock
, table
, lineBlock
, codeBlockIndented
, guardEnabled Ext_latex_macros *> (macro >>= return . return)
, rawTeXBlock
, lineBlock
, blockQuote
, hrule
, orderedList