Portability | portable |
---|---|
Stability | alpha |
Maintainer | John MacFarlane <jgm@berkeley.edu> |
Safe Haskell | Safe-Infered |
Conversion of Pandoc
documents to ODT.
- writeODT :: Maybe FilePath -> WriterOptions -> Pandoc -> IO ByteString
Documentation
:: Maybe FilePath | Path specified by --reference-odt |
-> WriterOptions | Writer options |
-> Pandoc | Document to convert |
-> IO ByteString |
Produce an ODT file from a Pandoc document.