[][src]Function cmark_gfm_sys::cmark_node_unput

pub unsafe extern "C" fn cmark_node_unput(node: *mut cmark_node, n: c_int)

Remove the last n characters from the last child of the given node. This only works where all n characters are in the single last child, and the last child is CMARK_NODE_TEXT.