pandoc-1.4: Conversion between markup formatsSource codeContentsIndex
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 -> HtmlSource
Convert Pandoc document to Html structure.
writeHtmlString :: WriterOptions -> Pandoc -> StringSource
Convert Pandoc document to Html string.
Produced by Haddock version 2.4.2