Function pulldown_cmark_to_cmark::cmark

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

As cmark_with_options(), but with default Options.