mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-13 19:15:40 +00:00
MediaWiki parser: Improved endline to stop bad breaks.
This commit is contained in:
@@ -505,8 +505,6 @@ endline = () <$ try (newline <*
|
||||
notFollowedBy' hrule <*
|
||||
notFollowedBy tableStart <*
|
||||
notFollowedBy' header <*
|
||||
notFollowedBy' template <*
|
||||
notFollowedBy' (htmlTag isBlockTag') <*
|
||||
notFollowedBy anyListStart)
|
||||
|
||||
image :: MWParser Inlines
|
||||
|
||||
Reference in New Issue
Block a user