Liking cljdoc? Tell your friends :D

org.soulspace.overarch.adapter.template.template-api


escape-htmlclj

(escape-html s)

Escapes the HTML special characters in the string s.

Escapes the HTML special characters in the string `s`.
sourceraw docstring

multi-linesclj

(multi-lines s)
(multi-lines s line-length)

Converts the string s to a multiline string with a maximum line length of line-length.

Converts the string `s` to a multiline string with a maximum line length of `line-length`.
sourceraw docstring

single-lineclj

(single-line s)

Converts the string s to a single line string.

Converts the string `s` to a single line string.
sourceraw docstring

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

× close