Liking cljdoc? Tell your friends :D

huff.core


*escape?*clj

source

char->replacementclj

source

explainerclj

source

htmlclj

(html h)
(html {:keys [allow-raw] :or {allow-raw false} :as _opts} h)
source

maybe-escape-htmlclj

(maybe-escape-html sb text)
  1. Change special characters into HTML character entities when escape? otherwise don't change text.
  2. Append the maybe-transformed text value onto a stringbuilder
1. Change special characters into HTML character entities when *escape?* otherwise don't change text.
2. Append the maybe-transformed text value onto a stringbuilder
sourceraw docstring

pageclj

(page h)
(page opts h)
source

stepclj

(step {:keys [mode seen] :as acc} char)

Used to extract :.class.names.and#ids from keywords.

Used to extract :.class.names.and#ids from keywords.
sourceraw docstring

stringifyclj

(stringify text)

Take a primative, and turn it into a string.

Take a primative, and turn it into a string.
sourceraw docstring

valid?clj

(valid? h)
source

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

× close