Parses the specified markdown into an AST MarkdownDocument
public static MarkdownDocument Parse([StringSyntax("Markdown")] string markdown, bool trackTrivia = false)
The markdown text.
Whether to parse trivia such as whitespace, extra heading characters and unescaped string values.