Use this function when you have content that may contain Perseus-specific
Markdown including things like math ($...$), tables, and widgets ([[☃ ...]]).
Parameters
source: string
The Perseus Markdown string to parse.
Optionalstate: any
The state object to pass to the parser.
Returns any
The Abstract Syntax Tree (AST) of the parsed Markdown.
Parses a Perseus Markdown string into an AST.
Use this function when you have content that may contain Perseus-specific Markdown including things like math (
$...$), tables, and widgets ([[☃ ...]]).