[][src]Function cmark_gfm_sys::cmark_render_commonmark

pub unsafe extern "C" fn cmark_render_commonmark(
    root: *mut cmark_node,
    options: c_int,
    width: c_int
) -> *mut c_char

Render a 'node' tree as a commonmark document. It is the caller's responsibility to free the returned buffer.