renderHtml
Deprecated: Use renderHtml from Text.Blaze.Html.Renderer.Pretty
instead
Deprecated: Use renderHtml from Text.Blaze.Html.Renderer.String
instead
Deprecated: Use renderHtml from Text.Blaze.Html.Renderer.Text
instead
Deprecated: Use renderHtml from Text.Blaze.Html.Renderer.Utf8
instead
Outputs indented HTML. Because space matters in HTML, the output is
quite messy.
Parses markdown, returns the Html.
Parses a
ByteString containing the markdown, returns the Html
code.
Parses a
String containing the markdown, returns the Html code.
Parses a
Text containing the markdown, returns the Html code.
Deprecated: Use renderHtmlBuilder from
Text.Blaze.Html.Renderer.Text instead
Deprecated: Use renderHtmlBuilderWith from
Text.Blaze.Html.Renderer.Text instead
Deprecated: Use renderHtmlWith from Text.Blaze.Html.Renderer.Text
instead
Deprecated: Use renderHtmlBuilder from
Text.Blaze.Html.Renderer.Utf8 instead
Deprecated: Use renderMarkupToByteStringIO from
Text.Blaze.Html.Renderer.Utf8 instead