pub fn cmark_with_options<'a, I, E, F>( events: I, formatter: F, options: Options<'_>, ) -> Result<State<'a>, Error>where I: Iterator<Item = E>, E: Borrow<Event<'a>>, F: Write,
As cmark_resume_with_options(), but with the State finalized.
cmark_resume_with_options()
State