Better comment on removeFormatting.
This commit is contained in:
parent
5dba2e2192
commit
ea1bb4ed27
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue