pandoc-1.9.4.2: Conversion between markup formats

Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Safe HaskellSafe-Infered

Text.Pandoc.Writers.EPUB

Description

Conversion of Pandoc documents to EPUB.

Synopsis

Documentation

writeEPUBSource

Arguments

:: Maybe String

EPUB stylesheet specified at command line

-> [FilePath]

Paths to fonts to embed

-> WriterOptions

Writer options

-> Pandoc

Document to convert

-> IO ByteString 

Produce an EPUB file from a Pandoc document.