[][src]Function cmark_gfm_sys::cmark_parse_file

pub unsafe extern "C" fn cmark_parse_file(
    f: *mut FILE,
    options: c_int
) -> *mut cmark_node

Parse a CommonMark document in file 'f', returning a pointer to a tree of nodes. The memory allocated for the node tree should be released using 'cmark_node_free' when it is no longer needed.