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