Liking cljdoc? Tell your friends :D

html-soup.core


code->hiccupclj/s

(code->hiccup code)

Returns the code in the given string with Hiccup-compatible data structures added.

Returns the code in the given string with Hiccup-compatible data structures added.
sourceraw docstring

code->htmlclj/s

(code->html code)

Returns the code in the given string with html added.

Returns the code in the given string with html added.
sourceraw docstring

escape-html-charclj/s

(escape-html-char s)

Escapes an HTML character

Escapes an HTML character
sourceraw docstring

escape-html-strclj/s

(escape-html-str s)

Escapes an HTML string

Escapes an HTML string
sourceraw docstring

line->hiccupclj/s

(line->hiccup line tags-for-line)

Returns the given line with Hiccup-compatible data structures added.

Returns the given line with Hiccup-compatible data structures added.
sourceraw docstring

line->htmlclj/s

(line->html line tags-for-line)

Returns the given line with html added.

Returns the given line with html added.
sourceraw docstring

line->segmentsclj/s

(line->segments line tags-for-line escape?)

Splits a line into segments where tags are supposed to appear.

Splits a line into segments where tags are supposed to appear.
sourceraw docstring

parse-linesclj/s

(parse-lines parse-fn lines tags)

Returns the lines parsed with the given function.

Returns the lines parsed with the given function.
sourceraw docstring

split-linesclj/s

(split-lines s)

Splits the string into lines.

Splits the string into lines.
sourceraw docstring

structurize-hiccupclj/s

(structurize-hiccup flat-hiccup)
(structurize-hiccup flat-hiccup i structured-hiccup)

Takes a flat list of Hiccup-compatible data and adds structure to it.

Takes a flat list of Hiccup-compatible data and adds structure to it.
sourceraw docstring

tag->hiccupclj/s

(tag->hiccup tag)

Returns a Hiccup-compatible data structure for the given tag description.

Returns a Hiccup-compatible data structure for the given tag description.
sourceraw docstring

tag->htmlclj/s

(tag->html tag)

Returns an HTML string for the given tag description.

Returns an HTML string for the given tag description.
sourceraw docstring

tags-for-line->hiccupclj/s

source

tags-for-line->htmlclj/s

source

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

× close