[][src]Function markedit::parse

pub fn parse(text: &str) -> impl Iterator<Item = Event> + '_

A convenience function for parsing some text into Events without needing to add pulldown_cmark as an explicit dependency.