[MyST-Parser v5.1.0](https://github.com/executablebooks/MyST-Parser/releases/tag/v5.1.0) introduces a few new features - [ ] Set [`myst_colon_fence_exact_match = True`](https://myst-parser.readthedocs.io/en/v5.1.0/syntax/optional.html#code-fences-using-colons) - [ ] Remove ```python warnings.filterwarnings("ignore", category=RemovedInSphinx10Warning) ``` see [these repositories](https://github.com/search?q=org%3AComPWA+RemovedInSphinx10Warning&type=code) - [ ] Switch to [GitHub-style alerts](https://myst-parser.readthedocs.io/en/v5.1.0/syntax/optional.html#alerts-github-style-callouts)
MyST-Parser v5.1.0 introduces a few new features
myst_colon_fence_exact_match = True