Skip to main content

parse

function

nextjournal.markdown/parse

(parse [markdown-string] [opts markdown-string])
Turns the given `markdown-string` into an AST of nested clojure data. Accepted `opts`: - `:text-tokenizers`: customize parsing of text in leaf nodes (see https://nextjournal.github.io/markdown/notebooks/parsing_extensibility). - `:disable-inline-formulas`: turn off parsing of $-delimited inline formulas.

No examples yet. Be the first to add one!