Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Hledger.Write.Html.Lucid
Description
HTML writing helpers using lucid.
Documentation
toHtml :: forall (m :: Type -> Type). (ToHtml a, Monad m) => a -> HtmlT m () #
Convert to HTML, doing HTML escaping.
styledTableHtml :: Lines border => [[Cell border Html]] -> Html Source #
Export spreadsheet table data as HTML table. This is derived from https://hackage.haskell.org/package/classify-frog-0.2.4.3/src/src/Spreadsheet/Format.hs