pandoc-1.8.0.3: Conversion between markup formats

Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>

Text.Pandoc.Writers.EPUB

Description

Conversion of Pandoc documents to EPUB.

Synopsis

Documentation

writeEPUBSource

Arguments

:: Maybe String

EPUB stylesheet specified at command line

-> WriterOptions

Writer options

-> Pandoc

Document to convert

-> IO ByteString 

Produce an EPUB file from a Pandoc document.