blaze-markup-0.5.1.4: A blazingly fast markup combinator library for Haskell

Safe HaskellNone

Text.Blaze.Renderer.Pretty

Description

A renderer that produces pretty HTML, mostly meant for debugging purposes.

Synopsis

Documentation

renderMarkup :: Markup -> StringSource

Render markup to a lazy String. The result is prettified.

renderHtml :: Markup -> StringSource

Deprecated: Use renderHtml from Text.Blaze.Html.Renderer.Pretty instead