pandoc-1.9.0.2: Conversion between markup formats

Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Safe HaskellSafe-Infered

Text.Pandoc.Writers.ODT

Description

Conversion of Pandoc documents to ODT.

Synopsis

Documentation

writeODTSource

Arguments

:: Maybe FilePath

Path specified by --reference-odt

-> WriterOptions

Writer options

-> Pandoc

Document to convert

-> IO ByteString 

Produce an ODT file from a Pandoc document.