ea5cd35004
Here's an example of its use: -- removelinks.hs - removes links from document import Text.Pandoc main = interact $ jsonFilter $ bottomUp removeLink removeLink :: Inline -> Inline removeLink (Link xs _) = Emph xs removeLink x = x |
||
---|---|---|
.. | ||
Pandoc | ||
Pandoc.hs |