Copyright | Copyright (C) 2010-2018 John MacFarlane |
---|---|
License | GNU GPL, version 2 or above |
Maintainer | John MacFarlane <jgm@berkeley.edu> |
Stability | alpha |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Conversion of Pandoc
documents to EPUB.
Synopsis
- writeEPUB2 :: PandocMonad m => WriterOptions -> Pandoc -> m ByteString
- writeEPUB3 :: PandocMonad m => WriterOptions -> Pandoc -> m ByteString
Documentation
:: PandocMonad m | |
=> WriterOptions | Writer options |
-> Pandoc | Document to convert |
-> m ByteString |
Produce an EPUB2 file from a Pandoc document.
:: PandocMonad m | |
=> WriterOptions | Writer options |
-> Pandoc | Document to convert |
-> m ByteString |
Produce an EPUB3 file from a Pandoc document.