[][src]Function cmark_gfm_sys::cmark_render_html

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

Render a 'node' tree as an HTML fragment. It is up to the user to add an appropriate header and footer. It is the caller's responsibility to free the returned buffer.