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 f2f854a commit c35bf14Copy full SHA for c35bf14
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log
2
3
+## 0.3.1 - 2022-09-27
4
+
5
+- ⬆️ UPGRADE: Drop Python 3.6, support Python 3.10
6
+- 🐛 FIX: Parsing when newline is between footnote ID and first paragraph
7
+- 🐛 FIX: Anchor ids in separate renders no longer affect each other.
8
+- ✨ NEW: Add `attrs_plugin`
9
+- 🔧 MAINTAIN: Use flit PEP 621 package build
10
11
## 0.3.0 - 2021-12-03
12
13
- ⬆️ UPGRADE: Compatible with markdown-it-py `v2`.
mdit_py_plugins/__init__.py
@@ -1 +1 @@
-__version__ = "0.3.0"
+__version__ = "0.3.1"
0 commit comments