Safe Haskell | Safe-Infered |
---|
A renderer that produces pretty HTML, mostly meant for debugging purposes.
- renderMarkup :: Markup -> String
- renderHtml :: Markup -> String
Documentation
renderMarkup :: Markup -> StringSource
Render markup to a lazy String
. The result is prettified.
renderHtml :: Markup -> StringSource