Liking cljdoc? Tell your friends :D

cljmd.inline


annotateclj

(annotate f info)
source

(autolink {[_ uri email] :re/match})
source

code-spanclj

(code-span {[_ _ inner] :re/match})
source

emphasisclj

(emphasis {:re/keys [match]})
source

expander-fnclj

(expander-fn tokenizer)

Returns a function which, when given a token, returns a vector consisting of that token followed by tokens of its inner content.

Returns a function which, when given a token, returns a vector consisting of
that token followed by tokens of its inner content.
sourceraw docstring

full-image-referenceclj

(full-image-reference definitions)
source

(full-link-reference definitions)
source

hard-line-breakclj

(hard-line-break info)
source

htmlclj

(html info)
source

inline-imageclj

source

(inline-link {[_ text destination-wrapped destination-unwrapped _
               single-quoted-title double-quoted-title parenthesized-title]
                :re/match})
source

(link-reference text label definitions)
source

matches-fnclj

(matches-fn claimed f s)
source

soft-line-breakclj

(soft-line-break info)
source

sweeperclj

(sweeper {:keys [definitions] :or {definitions {}}} claimed)

A function which, when called on a string, returns a sequence of tokens. Each token represents an inline markdown entity identified by the parser in the string. Does not descend into the inner content of the tokens it finds. Expects the context of the blockphase parser as parameter.

A function which, when called on a string, returns a sequence of tokens.
Each token represents an inline markdown entity identified by the
parser in the string. Does not descend into the inner content of the tokens
it finds. Expects the context of the blockphase parser as parameter.
sourceraw docstring

textless-image-referenceclj

(textless-image-reference definitions)
source

(textless-link-reference definitions)
source

tokenizeclj

(tokenize string)
(tokenize string context)

Returns inline entities in string as a sequence. Descends recursively into the inner content of entities. Expects the context of the blockphase parser as an optional parameter.

Returns inline entities in string as a sequence. Descends recursively into
the inner content of entities. Expects the context of the blockphase parser
as an optional parameter.
sourceraw docstring

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

× close