[go: up one dir, main page]

Function parse_document

Source
pub fn parse_document<'a>(
    arena: &'a Arena<AstNode<'a>>,
    buffer: &str,
    options: &Options<'_>,
) -> &'a AstNode<'a>
Expand description

Parse a Markdown document to an AST.

See the documentation of the crate root for an example.