Parses the specified markdown into an AST MarkdownDocument
public static MarkdownDocument Parse(string text, MarkdownPipeline? pipeline = null, MarkdownParserContext? context = null)
A Markdown text
The pipeline used for the parsing.
A parser context used for the parsing.