Function format_commonmark

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

Formats an AST as CommonMark, modified by the given options.