(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.
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close