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