Function comrak::format_commonmark[][src]

pub fn format_commonmark<'a>(
    root: &'a AstNode<'a>,
    options: &ComrakOptions,
    output: &mut Write
) -> Result<()>

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