Liking cljdoc? Tell your friends :D

hickory.utils

Miscellaneous utilities used internally.

Miscellaneous utilities used internally.
raw docstring

clj-html-escape-without-quoinclj/s

(clj-html-escape-without-quoin s)
Actually copy pasted from quoin: https://github.com/davidsantiago/quoin/blob/develop/src/quoin/text.clj
sourceraw docstring

html-escapeclj/s

(html-escape s)
source

lower-case-keywordclj/s

(lower-case-keyword s)

Converts its string argument into a lowercase keyword.

Converts its string argument into a lowercase keyword.
sourceraw docstring

render-doctypeclj/s

(render-doctype name publicid systemid)

Returns a string containing the HTML source for the doctype with given args. The second and third arguments can be nil or empty strings.

Returns a string containing the HTML source for the doctype with given args.
The second and third arguments can be nil or empty strings.
sourceraw docstring

starts-withclj/s

(starts-with s prefix)
source

unescapable-contentclj/s

Elements whose content should never have html-escape codes.

Elements whose content should never have html-escape codes.
sourceraw docstring

void-elementclj/s

Elements that don't have a meaningful <tag></tag> form.

Elements that don't have a meaningful <tag></tag> form.
sourceraw docstring

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

× close