pandoc-1.5.1: Conversion between markup formats

Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>

Text.Pandoc.Writers.S5

Contents

Description

Definitions for creation of S5 powerpoint-like HTML. (See http://meyerweb.com/eric/tools/s5/.)

Synopsis

Header includes

Functions

writeS5 :: WriterOptions -> Pandoc -> HtmlSource

Converts Pandoc document to an S5 HTML presentation (Html structure).

writeS5String :: WriterOptions -> Pandoc -> StringSource

Converts Pandoc document to an S5 HTML presentation (string).

insertS5Structure :: Pandoc -> PandocSource

Insert blocks into Pandoc for slide structure.