Liking cljdoc? Tell your friends :D

hiccups.runtime


as-strclj/s

(as-str x)
source (clj)source (cljs)

container-tagsclj/s

A list of tags that need an explicit ending tag when rendered.

A list of tags that need an explicit ending tag when rendered.
source (clj)source (cljs)raw docstring

end-tagclj/s

(end-tag)
source (clj)source (cljs)

escape-htmlclj/s

(escape-html text)

Change special characters into HTML character entities.

Change special characters into HTML character entities.
source (clj)source (cljs)raw docstring

in-modeclj/s

(in-mode mode f)
source (clj)source (cljs)

normalize-elementclj/s

(normalize-element [tag & content])

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

Ensure a tag vector is of the form [tag-name attrs content].
source (clj)source (cljs)raw docstring

render-attr-mapclj/s

(render-attr-map attrs)
source (clj)source (cljs)

render-attributeclj/s

(render-attribute [name value])
source (clj)source (cljs)

render-elementclj/s

(render-element element)

Render a tag vector as a HTML element.

Render a tag vector as a HTML element.
source (clj)source (cljs)raw docstring

render-htmlclj/s

(render-html x)

Turn a Clojure data type into a string of HTML.

Turn a Clojure data type into a string of HTML.
source (clj)source (cljs)raw docstring

xml-attributeclj/s

(xml-attribute name value)
(xml-attribute name value escape?)
source (clj)source (cljs)

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

× close