cheapskate-0.1.1.1: Experimental markdown processor.
Cheapskate.Html
renderDoc :: Doc -> Html Source #
Render a markdown document as Html. (This can be turned into a Text or ByteString using a renderer from the blaze-html library.)
Html
Text
ByteString
blaze-html
renderBlocks :: Options -> Blocks -> Html Source #
renderInlines :: Options -> Inlines -> Html Source #