pandoc-1.10.0.5: Conversion between markup formats

Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Safe HaskellNone

Text.Pandoc.Writers.EPUB

Description

Conversion of Pandoc documents to EPUB.

Synopsis

Documentation

writeEPUBSource

Arguments

:: WriterOptions

Writer options

-> Pandoc

Document to convert

-> IO ByteString 

Produce an EPUB file from a Pandoc document.