Text.Blaze.Renderer.Utf8
- renderHtmlBuilder :: Html -> Builder
- renderHtml :: Html -> ByteString
- renderHtmlToByteStringIO :: (ByteString -> IO ()) -> Html -> IO ()
Documentation
Arguments
:: Html | HTML to render |
-> ByteString | Resulting |
Render HTML to a lazy UTF-8 encoded 'L.ByteString.'