-
Notifications
You must be signed in to change notification settings - Fork 55
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
plugin does not work with pymdownx.snippet #38
Comments
Maybe a fine tuning of the |
That'll work, too! Thank a lot for the hint! |
Now the plugin execution priority can be changed if you don't like default value. The default should be the most reasonable with most plugins.
Now the plugin execution priority can be changed if you don't like default value. The default should be the most reasonable with most plugins.
Now the plugin execution priority can be changed if you don't like default value. The default should be the most reasonable with most plugins.
Now the plugin execution priority can be changed if you don't like default value. The default should be the most reasonable with most plugins.
Release version 3.2.1 of the plugin. |
Due to the high priority of
100
of the plantuml extensions it does not work with the snippets extension which registers with a priority of32
.Currently the plantuml extension processes the Snippets Notation as plantuml within fenced code blocks, instead of having snippets first be replaced.
e.g.
will render as
The text was updated successfully, but these errors were encountered: