pub fn parse(input: &str) -> Result<Document, Box<dyn Error>>
Parse Markdown text into Document AST using default options (full-featured).