From 79d2e203bd445ac2ce1046fc3bdb2c0503d25062 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Wed, 13 May 2026 11:10:30 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20Pin=20mdit-py-plugins>=3D?= =?UTF-8?q?0.6.1=20for=20nested=20field=20list=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d0c791bb..bfea4610 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "docutils>=0.20,<0.23", "jinja2", # required for substitutions, but let sphinx choose version "markdown-it-py~=4.2", - "mdit-py-plugins~=0.6", + "mdit-py-plugins~=0.6,>=0.6.1", "pyyaml", "sphinx>=8,<10", ]