RST reader: Removed 'plain' in blocks, since 'para' includes it.

This commit is contained in:
John MacFarlane 2012-09-30 22:08:05 -07:00
parent e8260c27e1
commit 3a3fe2df6c

View file

@ -143,7 +143,6 @@ block = choice [ codeBlock
, list
, lhsCodeBlock
, para
, plain
] <?> "block"
--