pandoc-1.9.4: Conversion between markup formats

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

Text.Pandoc.Writers.Docx

Description

Conversion of Pandoc documents to docx.

Synopsis

Documentation

writeDocxSource

Arguments

:: Maybe FilePath

Path specified by --reference-docx

-> WriterOptions

Writer options

-> Pandoc

Document to convert

-> IO ByteString 

Produce an Docx file from a Pandoc document.