summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-09-15 16:40:35 -0400
committerJohn MacFarlane <jgm@berkeley.edu>2012-09-15 16:40:35 -0400
commit0cd2289eea62bbfef3d1837ea0f9f7101a2a8746 (patch)
tree443349a2589035087f36b0230f5b3b4a799bdb35 /src/Text/Pandoc
parent64b0378f5d0e88203c7a6a6c2ee7217296d5b6aa (diff)
MediaWiki parser: Improved endline to stop bad breaks.
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r--src/Text/Pandoc/Readers/MediaWiki.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Text/Pandoc/Readers/MediaWiki.hs b/src/Text/Pandoc/Readers/MediaWiki.hs
index 51fc845a3..f6192ffc6 100644
--- a/src/Text/Pandoc/Readers/MediaWiki.hs
+++ b/src/Text/Pandoc/Readers/MediaWiki.hs
@@ -505,8 +505,6 @@ endline = () <$ try (newline <*
notFollowedBy' hrule <*
notFollowedBy tableStart <*
notFollowedBy' header <*
- notFollowedBy' template <*
- notFollowedBy' (htmlTag isBlockTag') <*
notFollowedBy anyListStart)
image :: MWParser Inlines