pub(crate) fn md_parser( input: &str, url: Option<Url> ) -> Box<dyn Iterator<Item = (Event<'_>, Range<usize>)> + '_>
Creates a new markdown parser with the given input.