pub fn format_commonmark<'a>( root: &'a Node<'a, RefCell<Ast>>, options: &Options<'_>, output: &mut dyn Write, ) -> Result<(), Error>
Formats an AST as CommonMark, modified by the given options.