Fixed typo introduced in merge.
This commit is contained in:
parent
01f7f8da62
commit
fef484c4d0
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ blockListToRST :: PandocMonad m
|
|||
blockListToRST = blockListToRST' False
|
||||
|
||||
transformInlines :: [Inline] -> [Inline]
|
||||
transformInlines = removeLeadingTrailingSpace . insertBS
|
||||
transformInlines = stripLeadingTrailingSpace . insertBS
|
||||
. filter hasContents . removeSpaceAfterDisplayMath
|
||||
where -- empty inlines are not valid RST syntax
|
||||
hasContents :: Inline -> Bool
|
||||
|
|
Loading…
Add table
Reference in a new issue