Function comrak::html::format_document

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

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