(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.
(inline-link {[_ text destination-wrapped destination-unwrapped _
single-quoted-title double-quoted-title parenthesized-title]
:re/match})
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close