mdit-py-plugins
mdit-py-plugins copied to clipboard
Collection of core plugins for markdown-it-py
### Context I was using `container_plugin`, but I found it was not getting the attributes from custom containers like this ``` ::: speaker speaker-name=Bob Hello, how are you? ::: ```...
### Describe the bug **context** When rendering dollar math blocks inside block quotes, such as the example below. ```markdown > Given > > $$ > x^2 + y^2 = 9...
This is the fix proposed for issue #111. Since inline dollar math is usually rendered as block math, this will help the renderers identify the type of math mode to...