Miscellaneous utilities used internally.
Miscellaneous utilities used internally.
(clj-html-escape-without-quoin s)
Actually copy pasted from quoin: https://github.com/davidsantiago/quoin/blob/develop/src/quoin/text.clj
Actually copy pasted from quoin: https://github.com/davidsantiago/quoin/blob/develop/src/quoin/text.clj
(lower-case-keyword s)
Converts its string argument into a lowercase keyword.
Converts its string argument into a lowercase keyword.
(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.
Elements whose content should never have html-escape codes.
Elements whose content should never have html-escape codes.
Elements that don't have a meaningful <tag></tag> form.
Elements that don't have a meaningful <tag></tag> form.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close