How to Enable 3rd Party Python Markdown Extensions #131
Answered
by
facelessuser
RoyiAvital
asked this question in
Q&A
|
Is there a simple guide how to enable 3rd party (Not As a test case I suggest https://github.com/Evidlo/markdown_captions. Remark: Related to facelessuser/pymdown-extensions#1341. |
Answered by
facelessuser
May 25, 2021
Replies: 1 comment 4 replies
|
I'll try and take a look at this sometime soon. Many extensions may work fine, some may require some backporting (Sublime is on Python 3.3). Though, at some point in the future, I'm going to update Markdown Preview to use ST4's new Python 3.8 framework. Whether we use |
4 replies
Answer selected by
RoyiAvital
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'll try and take a look at this sometime soon. Many extensions may work fine, some may require some backporting (Sublime is on Python 3.3). Though, at some point in the future, I'm going to update Markdown Preview to use ST4's new Python 3.8 framework.
Whether we use
markdown_captionsas an example or some toy example, we can most likely put together a real-world, testable example.