You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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