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