We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5106e13 commit ab066b7Copy full SHA for ab066b7
CHANGELOG.md
@@ -0,0 +1,11 @@
1
+# Change Log
2
+
3
+## 0.4.9 - 2020-08-11
4
5
+### Added ✨
6
7
+- containers plugin (see [plugins list](https://markdown-it-py.readthedocs.io/en/latest/plugins.html))
8
9
+### Documented 📚
10
11
+- Plugins and improved contributing section
markdown_it/__init__.py
@@ -1,4 +1,4 @@
from .main import MarkdownIt # noqa: F401
-__version__ = "0.4.8"
+__version__ = "0.4.9"
0 commit comments