mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 11:16:33 +00:00
Markdown reader: Moved blockQuote parser before list parsers.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1171 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
@@ -231,10 +231,10 @@ block = do
|
||||
choice (if stateStrict st
|
||||
then [ header
|
||||
, codeBlock
|
||||
, blockQuote
|
||||
, hrule
|
||||
, bulletList
|
||||
, orderedList
|
||||
, blockQuote
|
||||
, htmlBlock
|
||||
, para
|
||||
, plain
|
||||
@@ -242,11 +242,11 @@ block = do
|
||||
else [ header
|
||||
, table
|
||||
, codeBlock
|
||||
, blockQuote
|
||||
, hrule
|
||||
, bulletList
|
||||
, orderedList
|
||||
, definitionList
|
||||
, blockQuote
|
||||
, rawLaTeXEnvironment
|
||||
, para
|
||||
, rawHtmlBlocks
|
||||
|
||||
Reference in New Issue
Block a user