pandoc-2.2.2.1: Conversion between markup formats

CopyrightCopyright (C) 2010-2018 John MacFarlane
LicenseGNU GPL, version 2 or above
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Stabilityalpha
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Text.Pandoc.Writers.EPUB

Description

Conversion of Pandoc documents to EPUB.

Synopsis

Documentation

writeEPUB2 Source #

Arguments

:: PandocMonad m 
=> WriterOptions

Writer options

-> Pandoc

Document to convert

-> m ByteString 

Produce an EPUB2 file from a Pandoc document.

writeEPUB3 Source #

Arguments

:: PandocMonad m 
=> WriterOptions

Writer options

-> Pandoc

Document to convert

-> m ByteString 

Produce an EPUB3 file from a Pandoc document.