Check for tables before line blocks.

Otherwise some pipe tables get treated as line blocks.
This commit is contained in:
John MacFarlane 2013-03-02 19:02:50 -08:00
parent 1aff783095
commit 3ad68b2522

View file

@ -365,8 +365,8 @@ block = choice [ codeBlockFenced
, lhsCodeBlock
, rawTeXBlock
, htmlBlock
, lineBlock
, table
, lineBlock
, codeBlockIndented
, blockQuote
, hrule