Check for tables before line blocks.
Otherwise some pipe tables get treated as line blocks.
This commit is contained in:
parent
1aff783095
commit
3ad68b2522
1 changed files with 1 additions and 1 deletions
|
@ -365,8 +365,8 @@ block = choice [ codeBlockFenced
|
||||||
, lhsCodeBlock
|
, lhsCodeBlock
|
||||||
, rawTeXBlock
|
, rawTeXBlock
|
||||||
, htmlBlock
|
, htmlBlock
|
||||||
, lineBlock
|
|
||||||
, table
|
, table
|
||||||
|
, lineBlock
|
||||||
, codeBlockIndented
|
, codeBlockIndented
|
||||||
, blockQuote
|
, blockQuote
|
||||||
, hrule
|
, hrule
|
||||||
|
|
Loading…
Add table
Reference in a new issue