Function comrak::format_html

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

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