pandoc-3.6.2: Conversion between markup formats
CopyrightCopyright (C) 2014-2020 Jesse Rosenthal
LicenseGNU GPL, version 2 or above
MaintainerJesse Rosenthal <jrosenthal@jhu.edu>
Stabilityalpha
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Text.Pandoc.Readers.Docx

Description

Conversion of Docx type (defined in Text.Pandoc.Readers.Docx.Parse) to Pandoc document.

Documentation

readDocx :: PandocMonad m => ReaderOptions -> ByteString -> m Pandoc Source #