From 3a3fe2df6cc408be433e04b506b86bfbb46c2435 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 30 Sep 2012 22:08:05 -0700 Subject: RST reader: Removed 'plain' in blocks, since 'para' includes it. --- src/Text/Pandoc/Readers/RST.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/Text/Pandoc/Readers/RST.hs b/src/Text/Pandoc/Readers/RST.hs index f30eb6ef3..7aed42523 100644 --- a/src/Text/Pandoc/Readers/RST.hs +++ b/src/Text/Pandoc/Readers/RST.hs @@ -143,7 +143,6 @@ block = choice [ codeBlock , list , lhsCodeBlock , para - , plain ] "block" -- -- cgit v1.2.3