markdown-it-py
markdown-it-py copied to clipboard
Document renderer class init difference in `port.yaml`
In JS, the renderer class is initialized with no arguments. In markdown-it-py renderer classes take a MarkdownIt parser instance as argument.