Portability | portable |
---|---|
Stability | alpha |
Maintainer | John MacFarlane <[email protected]> |
Safe Haskell | None |
Text.Pandoc.Writers.Custom
Description
Conversion of Pandoc
documents to custom markup using
a lua writer.
- writeCustom :: FilePath -> WriterOptions -> Pandoc -> IO String
Documentation
writeCustom :: FilePath -> WriterOptions -> Pandoc -> IO StringSource
Convert Pandoc to custom markup.