pub fn cmark_resume_with_source_range<'a, I, E, F>(
event_and_ranges: I,
source: &'a str,
formatter: F,
state: Option<State<'a>>,
) -> Result<State<'a>, Error>
Expand description
As cmark_resume_with_source_range_and_options
, but with default Options
.