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 4f1346c commit 9f826bdCopy full SHA for 9f826bd
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log
2
3
+## 0.6.1 - 2021-01-01
4
+
5
+This release provides some improvements to the code base:
6
7
+- 🐛 FIX: Do not resolve backslash escapes inside auto-links
8
+- 🐛 FIX: Add content to image tokens
9
+- 👌 IMPROVE: Add more type annotations, thanks to [@hukkinj1](https://github.com/hukkinj1)
10
11
## 0.6.0 - 2020-12-15
12
13
🗑 DEPRECATE: Move plugins to `mdit_py_plugins`
markdown_it/__init__.py
@@ -1,4 +1,4 @@
from .main import MarkdownIt # noqa: F401
-__version__ = "0.6.0"
+__version__ = "0.6.1"
0 commit comments