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