blaze-html-0.4.1.3: A blazingly fast HTML combinator library.
Source code
Contents
Index
Text.Blaze.Renderer.Pretty
Description
A renderer that produces pretty HTML, mostly meant for debugging purposes.
Synopsis
renderHtml
::
Html
->
String
Documentation
renderHtml
Source
::
Html
HTML to render
->
String
Resulting
String
.
Render HTML to a lazy
String
. The result is prettified.
Produced by
Haddock
version 2.6.1