hiccup.core
deprecated in 2.0
Library for rendering a tree of vectors into a string of HTML. Pre-compiles where possible for performance.
html
macro
deprecated in 2.0
(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,:xmlor:sgml(defaults to:xhtml). Controls how tags are rendered.