lucid-extras-0.2.2: Generate more HTML with Lucid - Bootstrap, Rdash, Vega-Lite, Leaflet JS, Email.
Safe HaskellNone
LanguageHaskell2010

Lucid.PreEscaped

Documentation

preEscaped :: forall (m :: Type -> Type). Monad m => Text -> HtmlT m () Source #

preEscapedByteString :: forall (m :: Type -> Type). Monad m => ByteString -> HtmlT m () Source #

scriptSrc :: forall (m :: Type -> Type). Monad m => Text -> HtmlT m () Source #