pandoc-1.4: Conversion between markup formatsSource codeContentsIndex
Text.Pandoc.Writers.S5
Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Contents
Header includes
Functions
Description
Definitions for creation of S5 powerpoint-like HTML. (See http://meyerweb.com/eric/tools/s5/.)
Synopsis
s5HeaderIncludes :: IO String
s5Links :: String
writeS5 :: WriterOptions -> Pandoc -> Html
writeS5String :: WriterOptions -> Pandoc -> String
insertS5Structure :: Pandoc -> Pandoc
Header includes
s5HeaderIncludes :: IO StringSource
s5Links :: StringSource
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.
Produced by Haddock version 2.4.2