Skip to content

Commit cc5db37

Browse files
authored
🐛 FIX: Pin mdit-py-plugins>=0.6.1 for nested field list fix (#1134)
Requires the fix from mdit-py-plugins#139 which corrects field lists inside list items (and other indented containers) incorrectly nesting each field inside the previous one.
1 parent 4ce57f9 commit cc5db37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"docutils>=0.20,<0.23",
3838
"jinja2", # required for substitutions, but let sphinx choose version
3939
"markdown-it-py~=4.2",
40-
"mdit-py-plugins~=0.6",
40+
"mdit-py-plugins~=0.6,>=0.6.1",
4141
"pyyaml",
4242
"sphinx>=8,<10",
4343
]

0 commit comments

Comments
 (0)