- renderHtmlBuilder :: Html -> Builder
- renderHtml :: Html -> ByteString
- renderHtmlToByteStringIO :: (ByteString -> IO ()) -> Html -> IO ()
Documentation
:: Html | HTML to render |
-> ByteString | Resulting |
Render HTML to a lazy UTF-8 encoded 'L.ByteString.'
renderHtmlToByteStringIOSource
:: (ByteString -> IO ()) | IO action to execute per rendered buffer |
-> Html | HTML to render |
-> IO () | Resulting IO action |
Repeatedly render HTML to a buffer and process this buffer using the given IO action.