Liking cljdoc? Tell your friends :D

hiccup.compiler

Internal functions for compilation.

Internal functions for compilation.
raw docstring

compile-attr-mapclj

(compile-attr-map attrs)

Returns an unevaluated form that will render the supplied map as HTML attributes.

Returns an unevaluated form that will render the supplied map as HTML
attributes.
sourceraw docstring

compile-htmlclj

(compile-html & content)

Pre-compile data structures into HTML where possible.

Pre-compile data structures into HTML where possible.
sourceraw docstring

HtmlRenderercljprotocol

render-htmlclj

(render-html this)

Turn a Clojure data type into a string of HTML.

Turn a Clojure data type into a string of HTML.
source

normalize-elementclj

(normalize-element [tag & content])

Ensure an element vector is of the form [tag-name attrs content].

Ensure an element vector is of the form [tag-name attrs content].
sourceraw docstring

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

× close