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:
fiddlosopher
2008-01-06 19:46:24 +00:00
parent 0b3ffbf339
commit 0e94609e18
+2 -2
View File
@@ -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