Liking cljdoc? Tell your friends :D
Clojure only.

hiccup.core

Library for rendering a tree of vectors into a string of HTML. Pre-compiles where possible for performance.

Library for rendering a tree of vectors into a string of HTML.
Pre-compiles where possible for performance.
raw docstring

hcljdeprecated

(h text)

Escape strings within the html macro.

Escape strings within the [[html]] macro.
sourceraw docstring

htmlcljmacrodeprecated

(html options & content)

Render Clojure data structures to a string of HTML. Strings are not automatically escaped, but must be manually escaped with the h function.

A literal option map may be specified as the first argument. It accepts the following keys:

:mode : One of :html, :xhtml, :xml or :sgml (defaults to :xhtml). Controls how tags are rendered.

Render Clojure data structures to a string of HTML. Strings are **not**
automatically escaped, but must be manually escaped with the [[h]] function.

A literal option map may be specified as the first argument. It accepts the
following keys:

`:mode`
: One of `:html`, `:xhtml`, `:xml` or `:sgml` (defaults to `:xhtml`).
  Controls how tags are rendered.
sourceraw docstring

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

× close