We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41d88c commit da70e05Copy full SHA for da70e05
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## 0.6.1 - 2026-05-13
4
+
5
+- 🐛 FIX: Nested field lists incorrectly nesting inside parent containers (#139)
6
7
+ Field lists inside list items (or other indented containers) would recursively nest each field inside the previous one, instead of being siblings.
8
9
## 0.6.0 - 2026-05-07
10
11
- ✨ NEW: Add GFM autolink and composite GFM plugins (#135)
mdit_py_plugins/__init__.py
@@ -1 +1 @@
-__version__ = "0.6.0"
+__version__ = "0.6.1"
0 commit comments