(break-cleaner coll)
(break-cleaner coll lead)
Remove extraneous breaks
Remove extraneous breaks
(break-reducer out item)
Filter based on breaks
Filter based on breaks
(parse data)
Take org-mode data and parse it to hiccup notation
Take org-mode data and parse it to hiccup notation
(parse-file path)
Read the given file path and parse it
Read the given file path and parse it
(rejoin-lines coll)
Rejoin lines with appropriate line breaks.
Rejoin lines with appropriate line breaks.
(reparse-string parser i)
If i
is a string, pass it to parser
; otherwise, return i
unmodified.
If `i` is a string, pass it to `parser`; otherwise, return `i` unmodified.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close