Function mdcat::dump_events

source ·
pub fn dump_events<'a, W, I>(writer: &mut W, events: I) -> Result<(), Error>where
    I: Iterator<Item = Event<'a>>,
    W: Write,
Expand description

Dump markdown events to a writer.