diff options
Diffstat (limited to 'Utils.hs')
| -rw-r--r-- | Utils.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ hasSuffix s = isJust . stripSuffix s second :: (a -> b) -> (c, a) -> (c, b) second f (a, b) = (a, f b) --- | A pandoc walker for printing the URLs. +-- | A pandoc walker for modifying the URLs. walkURLs :: (FilePath -> Site FilePath) -> Text.Pandoc.Definition.Pandoc -> Site Text.Pandoc.Definition.Pandoc walkURLs f = Text.Pandoc.Walk.walkM go where |
