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