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.
(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.
Recursively replaces inline markdown entities with the AST to which they belong.
Recursively replaces inline markdown entities with the AST to which they belong.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close