Skip to main content

parse*

function

nextjournal.markdown/parse*

(parse* [markdown-text] [ctx markdown-text])
Turns a markdown string into an AST of nested clojure data. Allows to parse multiple strings into the same document e.g. `(-> empty-doc (parse* text-1) (parse* text-2))`. Supports same options as `parse` via `:opts` map in `ctx`.

No examples yet. Be the first to add one!