Liking cljdoc? Tell your friends :D
All platforms.

zero.html

Functions for rendering Zero markup as HTML.

For vector forms with tags matching registered elements, and whose registration includes a :zero.html/render? true option; the components view will be rendered as a declarative shadow DOM.

Functions for rendering Zero markup as HTML.

For vector forms with tags matching registered
elements, and whose registration includes a
`:zero.html/render? true` option; the components
view will be rendered as a declarative shadow DOM.
raw docstring

htmlclj/s

(html & markup)
(html {:keys [doctype]} & markup)

Format Zero markup as an HTML string.

Format Zero markup as an HTML string.
sourceraw docstring

write-htmlclj/s

(write-html w & markup)
(write-html w & {:keys [doctype]} & markup)

Write Zero markup to a writer as HTML.

Write Zero markup to a writer as HTML.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close