Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def parser_free(parser): """Direct wrapper over cmark_parser_free.""" return _cmark.lib.cmark_parser_free(parser)
Minimal bindings to GitHub's fork of cmark