MediaWiki parser: Improved endline to stop bad breaks.
This commit is contained in:
parent
64b0378f5d
commit
0cd2289eea
1 changed files with 0 additions and 2 deletions
|
@ -505,8 +505,6 @@ endline = () <$ try (newline <*
|
|||
notFollowedBy' hrule <*
|
||||
notFollowedBy tableStart <*
|
||||
notFollowedBy' header <*
|
||||
notFollowedBy' template <*
|
||||
notFollowedBy' (htmlTag isBlockTag') <*
|
||||
notFollowedBy anyListStart)
|
||||
|
||||
image :: MWParser Inlines
|
||||
|
|
Loading…
Add table
Reference in a new issue