From f1eac14f219016a34d0cd58d10407e64edcc2503 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20M=2E=20Thi=C3=A9ry?= <nthiery@users.sf.net>
Date: Sun, 3 Mar 2024 21:55:31 +0100
Subject: [PATCH] Downgrade myst for itemized lists

---
 environment.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/environment.yml b/environment.yml
index f4928a2..1ee0559 100644
--- a/environment.yml
+++ b/environment.yml
@@ -35,7 +35,7 @@ dependencies:
 ##############################################################################
 # Authoring and teaching tools
 - jupytext
-- jupyterlab-myst>=2.1.0
+- jupyterlab-myst>=2.1.0,<2.3 # see https://github.com/executablebooks/jupyterlab-myst/issues/220
 - jupyter-book
 - mystmd
 - nodejs
-- 
GitLab