This release resolves a memory leak when using cmark_markdown_to_html
by providing a new API cmark_gfm_markdown_to_html
that controls the extensions and releases correctly.
Note: cmark_parse_document
no longer manually adds the extensions - you should do this yourself and release them when finished