cheapskate-0.1.0.3: Experimental markdown processor.
Cheapskate.Html
Synopsis
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