pub fn intermediate_node_to_html_writer( writer: &mut impl Write, node: &IntermediateNode<'_>, css_variables: &IndexMap<&'_ str, CSSVariable>, ) -> Result<(), Error>