Replies: 1 comment
-
@eyllanesc See Issue #632 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Beta Was this translation helpful? Give feedback.
All reactions