pandoc-2.6: Conversion between markup formats

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

Text.Pandoc.Writers.Docx

Description

Conversion of Pandoc documents to docx.

Documentation

writeDocx Source #

Arguments

:: PandocMonad m 
=> WriterOptions

Writer options

-> Pandoc

Document to convert

-> m ByteString