[][src]Function cmark_gfm_sys::cmark_node_get_on_exit

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

Returns the literal "on exit" text for a custom 'node', or an empty string if no on_exit is set. Returns NULL if called on a non-custom node.