Liking cljdoc? Tell your friends :D

cljmd.ast.inline


degenerate?clj

Returns true if the AST node is degenerate, false otherwise. A degenerate node is a non-leaf text node.

Returns true if the AST node is degenerate, false otherwise.
A degenerate node is a non-leaf text node.
sourceraw docstring

from-stringclj

(from-string string)
(from-string string context)

Parses string into an AST. Assumes string contains inline Markdown entities. Returns an AST whose root node is tagged :doc.

Parses string into an AST. Assumes string contains inline Markdown entities.
Returns an AST whose root node is tagged :doc.
sourceraw docstring

hierarchyclj

source

inflatecljmultimethod

Recursively replaces inline markdown entities with the AST to which they belong.

Recursively replaces inline markdown entities with the AST to which they
belong.
sourceraw docstring

unpackclj

(unpack string tokens)

Transforms string into a vector of ASTs, each of which corresponds to an inline markdown entity.

Transforms string into a vector of ASTs, each of which corresponds to an
inline markdown entity.
sourceraw docstring

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

× close