|
| Text.Pandoc.Writers.S5 | | Portability | portable | | Stability | alpha | | Maintainer | John MacFarlane <jgm@berkeley.edu> |
|
|
|
|
|
| Description |
| Definitions for creation of S5 powerpoint-like HTML.
(See http://meyerweb.com/eric/tools/s5/.)
|
|
| Synopsis |
|
|
|
|
| Strings
|
|
| s5Meta :: String |
|
| s5Javascript :: String |
|
| s5CSS :: String |
|
| s5Links :: String |
|
| Functions
|
|
| writeS5 :: WriterOptions -> Pandoc -> Html |
| Converts Pandoc document to an S5 HTML presentation (Html structure).
|
|
| writeS5String :: WriterOptions -> Pandoc -> String |
| Converts Pandoc document to an S5 HTML presentation (string).
|
|
| insertS5Structure :: Pandoc -> Pandoc |
| Insert blocks into Pandoc for slide structure.
|
|
| Produced by Haddock version 0.8 |