Blogdown-0.1.0: A markdown-like markup language designed for blog posts

Safe HaskellNone
LanguageHaskell2010

Rendering.Render

Documentation

class ToHtml a where Source #

Minimal complete definition

toHtml

Methods

toHtml :: RenderOptions -> a -> String Source #