pandoc-0.42: Conversion between markup formatsContentsIndex
Text.Pandoc.Writers.HTML
Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Description
Conversion of Pandoc documents to HTML.
Synopsis
writeHtml :: WriterOptions -> Pandoc -> Html
writeHtmlString :: WriterOptions -> Pandoc -> String
Documentation
writeHtml :: WriterOptions -> Pandoc -> Html
Convert Pandoc document to Html structure.
writeHtmlString :: WriterOptions -> Pandoc -> String
Convert Pandoc document to Html string.
Produced by Haddock version 0.8