pub fn cmark_with_options<'a, I, E, F>(
    events: I,
    formatter: F,
    options: Options<'_>
) -> Result<State<'static>, Error>where
    I: Iterator<Item = E>,
    E: Borrow<Event<'a>>,
    F: Write,
Expand description

As cmark_resume_with_options(), but with the State finalized.