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
|
||||
, rawTeXBlock
|
||||
, htmlBlock
|
||||
, lineBlock
|
||||
, table
|
||||
, lineBlock
|
||||
, codeBlockIndented
|
||||
, blockQuote
|
||||
, hrule
|
||||
|
|
Loading…
Reference in a new issue