[][src]Function cmark_gfm_sys::cmark_render_xml

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

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