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