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

Safe HaskellSafe
LanguageHaskell2010

Rendering.Render

Documentation

class ToHtml a where Source #

Minimal complete definition

toHtml

Methods

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