Portability | portable |
---|---|
Stability | alpha |
Maintainer | Jesse Rosenthal <[email protected]> |
Safe Haskell | None |
Text.Pandoc.Readers.Docx
Description
Conversion of Docx type (defined in Text.Pandoc.Readers.Docx.Parse)
to Pandoc
document.
Documentation
readDocx :: ReaderOptions -> ByteString -> (Pandoc, MediaBag)Source