markdown-it-py
markdown-it-py copied to clipboard
Abstract Class for renderers
Context
It might be useful to propose an abstract class or interface that only includes the __init__, render and renderInline methods from RendererHTML, and keeping general specific rendering methods indicated as not implemented. This would make it more logical to code new formattings, which currently go through a subclass of RendererHTML.
Proposal
No response
Tasks and updates
No response