-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | An HTML renderer for Haskell -- -- An HTML renderer for the Haskell programming language. It functions -- mostly as a wrapper for blaze-html. The syntax was inspired by Elm. A -- CSS solution is currently being experimented with. For now, I'd -- recommend using this with Tailwind CSS. @package blizzard-html @version 0.2.0.0 module Blizzard.Html.Attributes css :: [Text] -> Attribute module Blizzard.Html -- | Type for an attribute. data Attribute type Html = Markup docType :: Html docTypeHtml :: [Html] -> Html a :: [Attribute] -> [Html] -> Html abbr :: [Attribute] -> [Html] -> Html address :: [Attribute] -> [Html] -> Html area :: [Attribute] -> Html article :: [Attribute] -> [Html] -> Html aside :: [Attribute] -> [Html] -> Html audio :: [Attribute] -> [Html] -> Html b :: [Attribute] -> [Html] -> Html base :: [Attribute] -> Html bdo :: [Attribute] -> [Html] -> Html blockquote :: [Attribute] -> [Html] -> Html body :: [Attribute] -> [Html] -> Html br :: [Attribute] -> Html button :: [Attribute] -> [Html] -> Html canvas :: [Attribute] -> [Html] -> Html caption :: [Attribute] -> [Html] -> Html cite :: [Attribute] -> [Html] -> Html code :: [Attribute] -> [Html] -> Html col :: [Attribute] -> Html colgroup :: [Attribute] -> [Html] -> Html command :: [Attribute] -> [Html] -> Html datalist :: [Attribute] -> [Html] -> Html dd :: [Attribute] -> [Html] -> Html del :: [Attribute] -> [Html] -> Html details :: [Attribute] -> [Html] -> Html dfn :: [Attribute] -> [Html] -> Html div :: [Attribute] -> [Html] -> Html dl :: [Attribute] -> [Html] -> Html dt :: [Attribute] -> [Html] -> Html em :: [Attribute] -> [Html] -> Html embed :: [Attribute] -> Html fieldset :: [Attribute] -> [Html] -> Html figcaption :: [Attribute] -> [Html] -> Html figure :: [Attribute] -> [Html] -> Html footer :: [Attribute] -> [Html] -> Html form :: [Attribute] -> [Html] -> Html h1 :: [Attribute] -> [Html] -> Html h2 :: [Attribute] -> [Html] -> Html h3 :: [Attribute] -> [Html] -> Html h4 :: [Attribute] -> [Html] -> Html h5 :: [Attribute] -> [Html] -> Html h6 :: [Attribute] -> [Html] -> Html head :: [Attribute] -> [Html] -> Html header :: [Attribute] -> [Html] -> Html hgroup :: [Attribute] -> [Html] -> Html hr :: [Attribute] -> Html html :: [Attribute] -> [Html] -> Html i :: [Attribute] -> [Html] -> Html iframe :: [Attribute] -> [Html] -> Html img :: [Attribute] -> Html input :: [Attribute] -> Html ins :: [Attribute] -> [Html] -> Html kbd :: [Attribute] -> [Html] -> Html keygen :: [Attribute] -> Html label :: [Attribute] -> [Html] -> Html legend :: [Attribute] -> [Html] -> Html li :: [Attribute] -> [Html] -> Html link :: [Attribute] -> Html main :: [Attribute] -> [Html] -> Html map :: [Attribute] -> [Html] -> Html mark :: [Attribute] -> [Html] -> Html menu :: [Attribute] -> [Html] -> Html menuitem :: [Attribute] -> Html meta :: [Attribute] -> Html meter :: [Attribute] -> [Html] -> Html nav :: [Attribute] -> [Html] -> Html noscript :: [Attribute] -> [Html] -> Html object :: [Attribute] -> [Html] -> Html ol :: [Attribute] -> [Html] -> Html optgroup :: [Attribute] -> [Html] -> Html option :: [Attribute] -> [Html] -> Html output :: [Attribute] -> [Html] -> Html p :: [Attribute] -> [Html] -> Html param :: [Attribute] -> Html pre :: [Attribute] -> [Html] -> Html progress :: [Attribute] -> [Html] -> Html q :: [Attribute] -> [Html] -> Html rp :: [Attribute] -> [Html] -> Html rt :: [Attribute] -> [Html] -> Html ruby :: [Attribute] -> [Html] -> Html samp :: [Attribute] -> [Html] -> Html script :: [Attribute] -> [Html] -> Html section :: [Attribute] -> [Html] -> Html select :: [Attribute] -> [Html] -> Html small :: [Attribute] -> [Html] -> Html source :: [Attribute] -> Html span :: [Attribute] -> [Html] -> Html strong :: [Attribute] -> [Html] -> Html style :: [Attribute] -> [Html] -> Html sub :: [Attribute] -> [Html] -> Html summary :: [Attribute] -> [Html] -> Html sup :: [Attribute] -> [Html] -> Html table :: [Attribute] -> [Html] -> Html tbody :: [Attribute] -> [Html] -> Html td :: [Attribute] -> [Html] -> Html textarea :: [Attribute] -> [Html] -> Html tfoot :: [Attribute] -> [Html] -> Html th :: [Attribute] -> [Html] -> Html thead :: [Attribute] -> [Html] -> Html time :: [Attribute] -> [Html] -> Html title :: [Attribute] -> [Html] -> Html tr :: [Attribute] -> [Html] -> Html track :: [Attribute] -> Html u :: [Attribute] -> [Html] -> Html ul :: [Attribute] -> [Html] -> Html var :: [Attribute] -> [Html] -> Html video :: [Attribute] -> [Html] -> Html wbr :: [Attribute] -> Html