See this for what is likely the fix: https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#auto-generated-header-anchors
Edit: Two ways forward here:
- Add
jupyterlab-myst as a runtime dependency (e.g. in binder, environment, pip requirements, etc)
- Write a custom function to slugify the anchors.
See this for what is likely the fix: https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#auto-generated-header-anchors
Edit: Two ways forward here:
jupyterlab-mystas a runtime dependency (e.g. in binder, environment, pip requirements, etc)