mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 03:36:42 +00:00
Better comment on removeFormatting.
This commit is contained in:
@@ -494,7 +494,7 @@ normalizeInlines (Cite cs ils : ys) =
|
||||
normalizeInlines (x : xs) = x : normalizeInlines xs
|
||||
normalizeInlines [] = []
|
||||
|
||||
-- | Remove inline formatting from a list of inlines.
|
||||
-- | Extract inlines, removing formatting.
|
||||
removeFormatting :: Walkable Inline a => a -> [Inline]
|
||||
removeFormatting = query go . walk deNote
|
||||
where go :: Inline -> [Inline]
|
||||
|
||||
Reference in New Issue
Block a user