(escape-html text)Change special characters into HTML character entities.
Taken from Hiccup: https://github.com/weavejester/hiccup/blob/5a6d45c17728dcbcb3aeb32ea890fd9dc1508547/src/hiccup/util.clj#L80-L88
Change special characters into HTML character entities. Taken from Hiccup: https://github.com/weavejester/hiccup/blob/5a6d45c17728dcbcb3aeb32ea890fd9dc1508547/src/hiccup/util.clj#L80-L88
(render hiccup & [{:keys [aliases alias-data indent]}])Render hiccup to a string of HTML. hiccup can be either a single hiccup
node or a list of multiple nodes.
Render `hiccup` to a string of HTML. `hiccup` can be either a single hiccup node or a list of multiple nodes.
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 |