(escape-html s)
Escapes the HTML special characters in the string s
.
Escapes the HTML special characters in the string `s`.
(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`.
(single-line s)
Converts the string s
to a single line string.
Converts the string `s` to a single line string.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close