Namespace: joker.hiccup
v1.0Contents
Summary
Renders HTML, XML, or XHTML markup to a string, based on prior work in Hiccup.
https://github.com/weavejester/hiccup
Index
Legend
-
Constant
Variable
Function
Macro
Special form
Type
GoVar
Receiver/Method
Constants
Constants are variables with :const true in their metadata. Joker currently does not recognize them as special; as such, it allows redefining them or their values.-
(None.)
Variables
-
(None.)
Functions, Macros, and Special Forms
-
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.
Types
-
(None.)