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

Safe HaskellSafe-Infered

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.