Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
renderHtmlBuilder :: Markup -> Builderblaze-markup Text.Blaze.Renderer.Utf8 Deprecated: Use renderHtmlBuilder from Text.Blaze.Html.Renderer.Utf8 instead
renderHtmlToByteStringIO :: (ByteString -> IO ()) -> Markup -> IO ()blaze-markup Text.Blaze.Renderer.Utf8 Deprecated: Use renderMarkupToByteStringIO from Text.Blaze.Html.Renderer.Utf8 instead
module Text.Blaze.Renderer.
XmlHtml Renderer that supports rendering to xmlhtml forests. This is a port of the Hexpat renderer. Warning: because this renderer doesn't directly create the output, but rather an XML tree representation, it is impossible to render pre-escaped text.
renderHtml :: Html -> Documentxmlhtml Text.Blaze.Renderer.XmlHtml Render HTML to an xmlhtml Document
renderHtmlNodes :: Html -> [Node]xmlhtml Text.Blaze.Renderer.XmlHtml Render HTML to a list of xmlhtml nodes
-
blaze-colonnade Text.Blaze.Colonnade No documentation available.
-
blaze-colonnade Text.Blaze.Colonnade Encode a table. Table cell element do not have any attributes applied to them.
printCompactHtml :: Html -> IO ()blaze-colonnade Text.Blaze.Colonnade Pretty print an HTML table, stripping whitespace from inside <td>, <th>, and common inline tags. The implementation is inefficient and is incorrect in many corner cases. It is only provided to reduce the line count of the HTML printed by GHCi examples in this module's documentation. Use of this function is discouraged.
printVeryCompactHtml :: Html -> IO ()blaze-colonnade Text.Blaze.Colonnade Similar to printCompactHtml. Additionally strips all whitespace inside <tr> elements and <thead> elements.