comrak

Function 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.