Copyright | Copyright (C) 2014-2016 Jesse Rosenthal |
---|---|
License | GNU GPL, version 2 or above |
Maintainer | Jesse Rosenthal <jrosenthal@jhu.edu> |
Stability | alpha |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
Conversion of Docx type (defined in Text.Pandoc.Readers.Docx.Parse)
to Pandoc
document.
Documentation
readDocxWithWarnings :: ReaderOptions -> ByteString -> Either PandocError (Pandoc, MediaBag, [String]) Source #
readDocx :: ReaderOptions -> ByteString -> Either PandocError (Pandoc, MediaBag) Source #