mdit-py-plugins icon indicating copy to clipboard operation
mdit-py-plugins copied to clipboard

Collection of core plugins for markdown-it-py

Results 33 mdit-py-plugins issues
Sort by recently updated
recently updated
newest added

### 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? ::: ```...

enhancement

### Describe the bug **context** When rendering dollar math blocks inside block quotes, such as the example below. ```markdown > Given > > $$ > x^2 + y^2 = 9...

bug

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...