pub fn parse_markdown( state: MarkdownParserState, input: &str, ) -> Result<Document, Err<Error<&str>>>
Parse the given Markdown string into an AST.