Liking cljdoc? Tell your friends :D

orgmode.inline


fmt-createclj

(fmt-create type)

Generic function to create a format element from given type

Generic function to create a format element from given type
sourceraw docstring

fmt-reclj

(fmt-re s)

Create a re-pattern to match the given delimiter s

Create a re-pattern to match the given delimiter s
sourceraw docstring

footnote-createclj

(footnote-create coll)

Creates footnote structures from a list of regex matches

Creates footnote structures from a list of regex matches
sourceraw docstring

footnote-reclj

source

(link-create coll)

Create hyperlink structures from a list of regex matches

Create hyperlink structures from a list of regex matches
sourceraw docstring

source

make-elemclj

(make-elem coll re cstor)

Try to make any inline elements out of strings in coll using re and cstor to match and construct these elements

Try to make any inline elements out of strings in coll using re and
cstor to match and construct these elements
sourceraw docstring

parse-inline-elementsclj

(parse-inline-elements line)

Takes line and breaks it into inline elements and interleaving text

Takes line and breaks it into inline elements and interleaving
text
sourceraw docstring

re-interleaveclj

(re-interleave re l cfn ms)

Split l with on re, interleave this list with the inline elements constructed from ms using cfn

Split l with on re, interleave this list with the inline elements
constructed from ms using cfn
sourceraw docstring

target-createclj

(target-create tgts)

Creates target structures from a list of regex matches

Creates target structures from a list of regex matches
sourceraw docstring

target-reclj

source

ts-active-createclj

(ts-active-create coll)

Creates active timestamps from a list of regex matches

Creates active timestamps from a list of regex matches
sourceraw docstring

ts-active-reclj

source

ts-baseclj

source

ts-inactive-createclj

(ts-inactive-create coll)

Create inactive timestamps from a list of regex matches

Create inactive timestamps from a list of regex matches
sourceraw docstring

ts-inactive-reclj

source

ts-range-createclj

(ts-range-create coll)

Create timestamp ranges from a list of regex matches

Create timestamp ranges from a list of regex matches
sourceraw docstring

ts-range-reclj

source

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

× close