| Portability | portable |
|---|---|
| Stability | alpha |
| Maintainer | Jesse Rosenthal <jrosenthal@jhu.edu> |
| 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