(blockphase-context ast)
Returns the context of the block phase of the parsing process.
Returns the context of the block phase of the parsing process.
(expand-inline ast)
Matches link references with link definitions and completes the former with the information of the latter. Unmatched references are transformed into :txt nodes with the source text as content.
Matches link references with link definitions and completes the former with the information of the latter. Unmatched references are transformed into :txt nodes with the source text as content.
(from-string string)
Parses markdown AST from string.
Parses markdown AST from string.
(normalize string)
Brings untrusted input to a standard format.
Brings untrusted input to a standard format.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close