string package:blaze-markup
A renderer that produces a native Haskell
ChoiceString, mostly
meant for debugging purposes.
Create a comment from a
ChoiceString value. The text should not
contain
"--". This is not checked by the library.
Create an attribute value from a
ChoiceString without escaping.
Create a comment from a
ChoiceString value. The text should not
contain
"--". This is not checked by the library.
Create a comment from a
ByteString value. The text should not
contain
"--". This is not checked by the library.
A string denoting input from different string representations.
A static string that supports efficient output to all possible
backends.
Deprecated: Use renderMarkupToByteStringIO from
Text.Blaze.Html.Renderer.Utf8 instead
Repeatedly render HTML to a buffer and process this buffer using the
given IO action.