Function format_node_default

pub fn format_node_default<T>(context: &mut Context<'_, '_, T>, node: Node<'_>, entering: bool) -> Result<ChildRendering, Error>

Default node formatting function, used by format_document, format_document_with_plugins and as the fallback for any node types not handled in custom formatters created by [create_formatter!].