MediaWiki parser: Improved endline to stop bad breaks.

This commit is contained in:
John MacFarlane 2012-09-15 16:40:35 -04:00
parent 64b0378f5d
commit 0cd2289eea

View file

@ -505,8 +505,6 @@ endline = () <$ try (newline <*
notFollowedBy' hrule <*
notFollowedBy tableStart <*
notFollowedBy' header <*
notFollowedBy' template <*
notFollowedBy' (htmlTag isBlockTag') <*
notFollowedBy anyListStart)
image :: MWParser Inlines