Liking cljdoc? Tell your friends :D

cljmd.ast


blockphase-contextclj

(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.
sourceraw docstring

expand-inlineclj

(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.
sourceraw docstring

from-stringclj

(from-string string)

Parses markdown AST from string.

Parses markdown AST from string.
sourceraw docstring

normalizeclj

(normalize string)

Bring untrusted input to a standard format.

Bring untrusted input to a standard format.
sourceraw docstring

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

× close