Copyright | © 2024 Evan Silberman |
---|---|
License | GNU GPL, version 2 or above |
Maintainer | Evan Silberman <evan@jklol.net> |
Stability | WIP |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Text.Pandoc.Readers.Pod
Description
Conversion of Pod to Pandoc
documents
Documentation
readPod :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc Source #