Namespace: joker.hiccup
v1.0Renders HTML, XML, or XHTML markup to a string, based on prior work in Hiccup.
https://github.com/weavejester/hiccup
Index
-
html
Function v1.0(html & content)
Renders the Hiccup-style content as HTML markup, returning a string of
source
the markup.
The first parameter may be a map, which is options for the entire render.
The :mode option defaults to :xhtml but can also be :html, :xml, or :sgml. -
raw-string
Function v1.0(raw-string content)
A raw string is pre-rendered content that is added directly to the output markup
source
without any interpretation or escaping.