[][src]Function cmark_gfm_sys::cmark_render_plaintext

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

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