(parse-html tidy-obj html-string)
Parses an html string and returns the parsed body Also returns all warning messages and whether they are allowed or not And also the error count which is parser errors + disallowed warnings count
Parses an html string and returns the parsed body Also returns all warning messages and whether they are allowed or not And also the error count which is parser errors + disallowed warnings count
(warning-allowed? warning)
Checks if the warning string as allowed warning which should not be deemed as an error
Checks if the warning string as allowed warning which should not be deemed as an error
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close