simple_markdown_parser::utilities

Function parse_with_header_information

Source
pub fn parse_with_header_information<'a>(
    on: &'a str,
    cb: impl for<'b> FnMut(&'b Vec<RawText<'a>>, MarkdownElement<'a>),
) -> Result<(), ()>
Expand description

ยงErrors

errors from markdown parsing