Function format_html

Source
pub fn format_html<'a>(
    root: &'a Node<'a, RefCell<Ast>>,
    options: &Options<'_>,
    output: &mut dyn Write,
) -> Result<(), Error>
Expand description

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