markdown-it-py icon indicating copy to clipboard operation
markdown-it-py copied to clipboard

Abstract Class for renderers

Open projetmbc opened this issue 6 months ago • 0 comments

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

projetmbc avatar Jun 17 '25 11:06 projetmbc