Function pulldown_cmark_to_cmark::cmark_with_source_range
source ยท pub fn cmark_with_source_range<'a, I, E, F>(
event_and_ranges: I,
source: &'a str,
formatter: F,
) -> Result<State<'a>, Error>Expand description
As cmark_with_source_range_and_options, but with default Options.