Copyright | Copyright (C) 2014-2020 Jesse Rosenthal |
---|---|
License | GNU GPL, version 2 or above |
Maintainer | Jesse Rosenthal <jrosenthal@jhu.edu> |
Stability | alpha |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Conversion of Docx type (defined in Text.Pandoc.Readers.Docx.Parse)
to Pandoc
document.
Documentation
readDocx :: PandocMonad m => ReaderOptions -> ByteString -> m Pandoc Source #