Replies: 1 comment
-
The plantuml extension must be available in Sublime for it to work. I don't have it as a dependency for MarkdownPreview, nor am I even certain someone has made one available for Sublime. I do not have time to maintain and update every extension available for Python Markdown in Sublime. It is enough work just backporting Python Markdown and Pymdown Extensions (which I am the author of) to the old EOL Python 3.3 that is currently in Sublime. With that said, you can expect to see updated to Python Markdown and Pymdown Extensions (possibly with a few mild breaking changes) this week. |
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
-
Hello,
I am a little bit a newbie and I am struggling with it.
I am trying to use plantuml extension https://pypi.org/project/plantuml-markdown/ to generate a markdown document that will contain diagram genereted by plantuml engine.
I have added this extension to the settings
but when I try to use it it does not work.
I have added plantuml_markdown.py to the AppData\Roaming\Sublime Text 3\Packages\python-markdown\st3\markdown\extensions folder.
I have downloaded required dependencies.
Whenever I try to generate md file the plantuml is not working.
I undestand that you are not supporting 3rd extensions but my question is if I did eveyrthing correctly on MarkdownPreview side.
Beta Was this translation helpful? Give feedback.
All reactions