pub fn parse_document<'a>( arena: &'a Arena<'a>, md: &str, options: &Options<'_>, ) -> Node<'a>
Parse a Markdown document to an AST.
See the documentation of the crate root for an example.