[][src]Function cmark_gfm_sys::cmark_node_get_literal

pub unsafe extern "C" fn cmark_node_get_literal(
    node: *mut cmark_node
) -> *const c_char

Returns the string contents of 'node', or an empty string if none is set. Returns NULL if called on a node that does not have string content.