Function parse_markdown

Source
pub fn parse_markdown(
    state: MarkdownParserState,
    input: &str,
) -> Result<Document, Err<Error<&str>>>
Expand description

Parse the given Markdown string into an AST.