[][src]Function struckdown::html::to_html

pub fn to_html<'a, I: Iterator<Item = AnnotatedEvent<'a>>>(
    iter: I,
    options: &HtmlRendererOptions
) -> String

Convenience shortcut that renders an event stream into HTML.