Function comrak::format_xml

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

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