Liking cljdoc? Tell your friends :D

clj-org.org


apply-fn-to-stringsclj

(apply-fn-to-strings f tree)

Walk tree, applying f to each string. If multiple terms result, put them inside a :span tag.

Walk tree, applying f to each string.  If multiple terms result, put
them inside a :span tag.
sourceraw docstring

boldifyclj

(boldify s)
source

captionifyclj

(captionify s)
source

code-ifyclj

(code-ify s)
source

convert-body-to-sectionsclj

(convert-body-to-sections body)
source

dashifyclj

(dashify txt)
source

emifyclj

(emify s)
source

example-ifyclj

(example-ify txt)
source

find-paragraphsclj

(find-paragraphs s)
source

get-draftclj

(get-draft txt)
source

get-plain-listsclj

(get-plain-lists txt)

Get plain lists and surrounding content out of txt. Defer actual parsing of plain lists.

Get plain lists and surrounding content out of txt.  Defer actual
parsing of plain lists.
sourceraw docstring

get-tagsclj

(get-tags txt)
source

get-titleclj

(get-title txt)
source

header-value-forclj

(header-value-for field txt)
source

hr-ifyclj

(hr-ify s)
source

items-seq-to-treeclj

(items-seq-to-tree s)

Convert seq of [level, content] pairs into a tree using zippers. Assumes deltas are a whole multiple of two for now.

Convert seq of [level, content] pairs into a tree using zippers.
Assumes deltas are a whole multiple of two for now.
sourceraw docstring

linkifyclj

(linkify s)
source

parse-orgclj

(parse-org txt)
source

parse-plain-listclj

(parse-plain-list txt)
source

plain-listifyclj

(plain-listify txt)
source

split-headers-and-bodyclj

(split-headers-and-body txt)
source

srcifyclj

(srcify txt)
source

strike-ifyclj

(strike-ify s)
source

strip-leading-spacesclj

(strip-leading-spaces txt)

Strip leading spaces from every line in input.

Strip leading spaces from every line in input.
sourceraw docstring

strip-raw-html-tags-for-nowclj

(strip-raw-html-tags-for-now txt)
source

tree-boldifyclj

(tree-boldify tree)
source

tree-captionifyclj

(tree-captionify tree)
source

tree-code-ifyclj

(tree-code-ify tree)
source

tree-dashifyclj

(tree-dashify tree)
source

tree-emifyclj

(tree-emify tree)
source

tree-example-ifyclj

(tree-example-ify tree)
source

tree-hr-ifyclj

(tree-hr-ify tree)
source

tree-linkifyclj

(tree-linkify tree)
source

tree-listifyclj

(tree-listify tree)
source

tree-parsclj

(tree-pars tree)
source

tree-srcifyclj

(tree-srcify tree)
source

tree-strike-ifyclj

(tree-strike-ify tree)
source

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

× close