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

Safe HaskellNone

Text.Blaze.Renderer.String

Description

A renderer that produces a native Haskell String, mostly meant for debugging purposes.

Synopsis

Documentation

fromChoiceStringSource

Arguments

:: ChoiceString

String to render

-> String

String to append

-> String

Resulting string

Render a ChoiceString.

renderMarkup :: Markup -> StringSource

Render markup to a lazy String.

renderHtml :: Markup -> StringSource

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