Function format_html_with_plugins

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

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