(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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |