pub fn parse<'a>(
allocator: &'a Allocator,
source: &'a str,
) -> ParseResult<Document<'a>>Expand description
Parses Markdown source into an AST.
This is a convenience function that creates a parser with default options.
pub fn parse<'a>(
allocator: &'a Allocator,
source: &'a str,
) -> ParseResult<Document<'a>>Parses Markdown source into an AST.
This is a convenience function that creates a parser with default options.