[][src]Function comrak::format_html

pub fn format_html<'a>(
    root: &'a AstNode<'a>,
    options: &ComrakOptions,
    output: &mut dyn Write
) -> Result<()>

Formats an AST as HTML, modified by the given options.