[][src]Function cmark_gfm_sys::cmark_node_get_syntax_extension

pub unsafe extern "C" fn cmark_node_get_syntax_extension(
    node: *mut cmark_node
) -> *mut cmark_syntax_extension

Get the syntax extension responsible for the creation of 'node'. Return NULL if 'node' was created because it matched standard syntax rules.