Function mdman::md_parser

source ·
pub(crate) fn md_parser(
    input: &str,
    url: Option<Url>
) -> Box<dyn Iterator<Item = (Event<'_>, Range<usize>)> + '_>
Expand description

Creates a new markdown parser with the given input.