Function pulldown_cmark_to_cmark::cmark_with_options

source ยท
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,
Expand description

As cmark_resume_with_options(), but with the State finalized.