You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that the MarkdownIt parser loads a predefined list of plugins(colon_fence_plugin, amsmath_plugin, etc) based on the configuration in sphinx(conf.py), but sometimes you want to add custom plugins to MarkdownIt so my question is: How can I do it? since I don't see how to access that object.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I see that the MarkdownIt parser loads a predefined list of plugins(colon_fence_plugin, amsmath_plugin, etc) based on the configuration in sphinx(conf.py), but sometimes you want to add custom plugins to MarkdownIt so my question is: How can I do it? since I don't see how to access that object.
All reactions