Function format_html

pub fn format_html(root: Node<'_>, options: &Options<'_>, output: &mut dyn Write) -> Result

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