pub fn cmark_with_source_range_and_options<'a, I, E, F>(
event_and_ranges: I,
source: &'a str,
formatter: F,
options: Options<'_>,
) -> Result<State<'a>, Error>
Expand description
As cmark_resume_with_source_range_and_options
, but with the State
finalized.