Liking cljdoc? Tell your friends :D
Clojure only.

tupelo.parse.tagsoup


parseclj

(parse html-str)

Inputs: [html-str :- s/Str] Returns: tsk/KeyMap

Parses an HTML string, returning an Enlive data structure with whitespace nodes removed.

Inputs: [html-str :- s/Str]
Returns: tsk/KeyMap

Parses an HTML string, returning an Enlive data structure
with whitespace nodes removed.
sourceraw docstring

parse-rawclj

(parse-raw html-str)

Inputs: [html-str :- s/Str] Returns: tsk/KeyMap

Parses an HTML string in raw mode

Inputs: [html-str :- s/Str]
Returns: tsk/KeyMap

Parses an HTML string in raw mode
sourceraw docstring

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

× close