chore(deps): update dependency myst-parser to v4
Compare changes
+ 1
− 1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
myst-parser | dev-dependencies | major |
^0.17.0 || ^0.19.0 || ^1.0.0 -> ^0.17.0 || ^0.19.0 || ^1.0.0 || ^4.0.0
|
v4.0.0
This release bumps the supported versions of:
3.10
and greater>=7,<9
>=0.19,<0.22
Additionally, footnotes are now parsed similar to the corresponding reStructuredText, in that resolution (between definitions and references) and ordering is now deferred to transforms on the doctree (in gh-pr:931).
This allows for the proper interaction with other docutils/sphinx transforms, including those that perform translations, and logging of warnings for duplicate/unreferenced footnote definitions and also for footnote references with no definitions.
See the footnotes guide for more information.
Full Changelog: v3.0.1...v4.0.0
v3.0.1
Full Changelog: v3.0.0...v3.0.1
v3.0.0
line-block
directive by gh-user:chrisjsewell in gh-pr:900
attr_block
by gh-user:chrisjsewell in gh-pr:831
used
in docs/syntax/math.md by gh-user:ice-tong in gh-pr:810
Full Changelog: v2.0.0...v3.0.0
v2.0.0
This release primarily updates core myst-parser dependencies, with some minor changes to parsing behaviour:
markdown-it-py
to v3 (gh-pr:773)
linkify-it-py
to v2 (gh-pr:675)
docutils
v0.20 (gh-pr:775)
sphinx
v7, and remove v5 support (gh-pr:776)
# ` a` b `c `
will now correctly create the slug -a-b-c-
and not a-b-c
myst.substitution
warning for errors in resolving the substitution content.🧪 Introduce a gate/check GHA job, thanks to gh-user:webknjaz (gh-pr:635)
Full Changelog: v1.0.0...v2.0.0
This MR has been generated by Renovate Bot.