| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Slab.Render
Description
Slab.Render transforms an evaluated syntax tree to HTML. In practice this
can be blaze-html's Html, or Text and lazy ByteString.
Documentation
prettyHtmls :: [Html] -> Text Source #
renderHtmls :: [Html] -> Text Source #
renderHtmlsUtf8 :: [Html] -> ByteString Source #
renderBlocks :: [Block] -> [Html] Source #
extractTexts :: [Block] -> Text Source #