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.

  1. renderHtmlBuilder :: Markup -> Builder

    blaze-markup Text.Blaze.Renderer.Utf8

    Deprecated: Use renderHtmlBuilder from Text.Blaze.Html.Renderer.Utf8 instead

  2. renderHtmlToByteStringIO :: (ByteString -> IO ()) -> Markup -> IO ()

    blaze-markup Text.Blaze.Renderer.Utf8

    Deprecated: Use renderMarkupToByteStringIO from Text.Blaze.Html.Renderer.Utf8 instead

  3. 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.

  4. renderHtml :: Html -> Document

    xmlhtml Text.Blaze.Renderer.XmlHtml

    Render HTML to an xmlhtml Document

  5. renderHtmlNodes :: Html -> [Node]

    xmlhtml Text.Blaze.Renderer.XmlHtml

    Render HTML to a list of xmlhtml nodes

  6. cellHtml :: Cell -> !Html

    blaze-colonnade Text.Blaze.Colonnade

    No documentation available.

  7. encodeHtmlTable :: forall f (h :: Type -> Type) a . (Foldable f, Headedness h) => Attribute -> Colonnade h a Html -> f a -> Html

    blaze-colonnade Text.Blaze.Colonnade

    Encode a table. Table cell element do not have any attributes applied to them.

  8. 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.

  9. printVeryCompactHtml :: Html -> IO ()

    blaze-colonnade Text.Blaze.Colonnade

    Similar to printCompactHtml. Additionally strips all whitespace inside <tr> elements and <thead> elements.

Page 5 of many | Previous | Next