([full changelog](https://github.com/executablebooks/jupyter-book/compare/v0.15.1...a8b7cf6517188ca837d948ca1f86858e2bb86097))
This release represents a stabilisation of the jupyter-book ecosystem. It features updates to many of the underlying software packages used by `jupyter-book`, including "major" updates to [myst-nb](https://github.com/executablebooks/myst-nb) and [myst-parser](https://github.com/executablebooks/myst-parser) which power `jupyter-book`. This release also brings compatibility with `sphinx v7`.
A big **thank you** to all contributors and maintainers of these underlying packages!
> [!IMPORTANT]
> This release brings in updates to `myst-parser`. A notable change is that of the markdown link syntax, which [was extended](https://myst-parser.readthedocs.io/en/latest/develop/_changelog.html#extended-markdown-links) to support more constructs. The syntax behind this change is outlined in https://mep.mystmd.org/en/latest/meps/mep-0002/.
Bugs fixed
- FIX: update `output_scroll` tag [2050](https://github.com/executablebooks/jupyter-book/pull/2050) ([agoose77](https://github.com/agoose77))