From 571c3b41737f3a331706833adeb8241d93cef10c Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 17 Mar 2007 20:23:47 +0000 Subject: Removed Blank block element as unnecessary. git-svn-id: https://pandoc.googlecode.com/svn/trunk@578 788f1e2b-df1e-0410-8736-df70ead52e1b --- src/Text/Pandoc/Readers/RST.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Text/Pandoc/Readers/RST.hs') diff --git a/src/Text/Pandoc/Readers/RST.hs b/src/Text/Pandoc/Readers/RST.hs index b42deb44c..a3de0a2ea 100644 --- a/src/Text/Pandoc/Readers/RST.hs +++ b/src/Text/Pandoc/Readers/RST.hs @@ -126,7 +126,7 @@ parseBlocks = manyTill block eof block = choice [ codeBlock, rawHtmlBlock, rawLaTeXBlock, blockQuote, referenceKey, imageBlock, unknownDirective, header, hrule, list, fieldList, lineBlock, para, plain, - blankBlock, nullBlock ] "block" + nullBlock ] "block" -- -- field list -- cgit v1.2.3