-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pyplots] but for markdown #386
Comments
The plugin could be rewritten as a shortcode plugin which also can run inside reST, as done in core with eg. |
Ok the problem is that is not backward compatible, i.e., it's not more supported someting like |
That approach of having both a directive and a shortcode is what I was thinking of. |
This means that I need to add a new plugin since I don't see a way to let |
I would like to use the
pyplots
plugin but I'm using markdown and the plugin is not compatible with that: is it possible to modify the plugin to use also markdown or I need to create a new plugin (extendingShortcodePlugin
)?The text was updated successfully, but these errors were encountered: