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_new(options=0): """Direct wrapper over cmark_parser_new.""" return _cmark.lib.cmark_parser_new(options)
Minimal bindings to GitHub's fork of cmark