-
Notifications
You must be signed in to change notification settings - Fork 67
API for extensions #106
Comments
This is actually the only thing that makes me not using CommonMark-py in favor of other tools, which is a shame because I support the idea and arguments behind Commonmark, despite some hate against it, especially from the author of the original Markdown specification. Please add this. |
Since CommonMark doesn't include often-used features like tables yet, extension support is essential for a lot of use cases. I found a project that built such an extension, but they're running into problems, possibly because the parser wasn't designed to be extended: GovReady/CommonMark-py-Extensions#2 The code of CommonMark.py is a lot cleaner than most Markdown processors, so I would rather use this than another library if I could. |
Another +1 for an extension API (or documentation on how to do it). We'd love to build on top of CommonMark-py but need more functionality than commonmark offers |
I want to to customize parser, renderer etc. It would be awesome expand API to register extensions.
See:
The text was updated successfully, but these errors were encountered: