pandoc-1.19.2.4: Conversion between markup formats

CopyrightCopyright (C) 2012-2015 John MacFarlane
LicenseGNU GPL, version 2 or above
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Stabilityalpha
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Text.Pandoc.Writers.Docx

Description

Conversion of Pandoc documents to docx.

Synopsis

Documentation

writeDocx Source #

Arguments

:: WriterOptions

Writer options

-> Pandoc

Document to convert

-> IO ByteString 

Produce an Docx file from a Pandoc document.