pandoc-1.6.0.1: Conversion between markup formatsSource codeContentsIndex
Text.Pandoc.Writers.ODT
Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Description
Conversion of Pandoc documents to ODT.
Synopsis
writeODT :: Maybe FilePath -> WriterOptions -> Pandoc -> IO ByteString
Documentation
writeODTSource
:: Maybe FilePathPath specified by --reference-odt
-> WriterOptionsWriter options
-> PandocDocument to convert
-> IO ByteString
Produce an ODT file from a Pandoc document.
Produced by Haddock version 2.6.1