String representation of the closing HTML tag which corresponds to the node.
String representation of the closing HTML tag which corresponds to the node.
Long, random string for demarcating closing boundaries of block elements.
Long, random string for demarcating closing boundaries of block elements.
(close-tag tag)
String representation of a closing HTML tag.
String representation of a closing HTML tag.
(compact n)
Compact HTML tag for the given AST node.
Compact HTML tag for the given AST node.
(escape-html s)
Replaces HTML special characters with HTML entities.
Replaces HTML special characters with HTML entities.
(groom html)
Removes rendering artifacts from the HTML.
Removes rendering artifacts from the HTML.
HTML representation of the AST node as a string.
HTML representation of the AST node as a string.
Conformance-related adjustments specific to the HTML output step.
Conformance-related adjustments specific to the HTML output step.
String representation of the opening HTML tag which corresponds to the node.
String representation of the opening HTML tag which corresponds to the node.
(open-tag tag & attrs)
String representation of an opening HTML tag. The optional attrs parameter is expected to be a flat series of name / value strings to make HTML attributes of, e.g. (open-tag "a" "href" "/url")
String representation of an opening HTML tag. The optional attrs parameter is expected to be a flat series of name / value strings to make HTML attributes of, e.g. (open-tag "a" "href" "/url")
Prepares a URI for rendering as HTML.
Prepares a URI for rendering as HTML.
Maps AST node tags to HTML tag names.
Maps AST node tags to HTML tag names.
(tighten n)
Replaces the direct :p children of n with their children.
Replaces the direct :p children of n with their children.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close