md_parser in mdman - Rust (original) (raw)
Function md_parser
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.