From f0b58647d5d43e75df6ee6a833029f940a76918c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20=C5=A0milauer?= Date: Sun, 8 Sep 2024 11:53:59 +0200 Subject: [PATCH] Mention conflict with myst_parser extension --- docs/quickstart.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/quickstart.md b/docs/quickstart.md index b274ba1c..a8296d92 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -25,6 +25,9 @@ extensions = [ By default, MyST-NB will now parse both markdown (`.md`) and notebooks (`.ipynb`). +If you used the `myst_parser` extension already, remove it from the extension list to avoid conflict — it is imported by `myst_nb` automatically; all its options, such as `myst_enable_extension`, will be processed. + + ```{button-ref} authoring/intro :ref-type: myst :color: primary