build(deps): bump markdown-it-py from 3.0.0 to 4.0.0 in /docs
Bumps markdown-it-py from 3.0.0 to 4.0.0.
Release notes
Sourced from markdown-it-py's releases.
v4.0.0
What's Changed
This primarily drops support for Python 3.8 and 3.9, adds support for Python 3.13, and updates the parser to comply with Commonmark 0.31.2 and Markdown-It v14.1.0.
Upgrades
- ⬆️ Drop Python 3.8, test 3.13 by
@chrisjsewellin executablebooks/markdown-it-py#342- ⬆️ Drop support for Python 3.9 by
@chrisjsewellin executablebooks/markdown-it-py#360- ⬆️ Comply with Commonmark 0.31.2 by
@chrisjsewellin executablebooks/markdown-it-py#362Improvements
- 👌 Improve performance of "text" inline rule by
@hukkinin executablebooks/markdown-it-py#347- 👌 Use
str.removesuffixby@hukkinin executablebooks/markdown-it-py#348- 👌 limit the number of autocompleted cells in a table by
@chrisjsewellin executablebooks/markdown-it-py#364- 👌 fix quadratic complexity in reference parser by
@chrisjsewellin executablebooks/markdown-it-py#367Bug fixes
- 🐛 Fix emphasis inside raw links bugs by
@tsutsu3in executablebooks/markdown-it-py#320Maintenance
- 🔧 Replace black and isort with ruff formatter by
@chrisjsewellin executablebooks/markdown-it-py#313- 🔧 Fixed Code Style paragraph still referring to flake8 by
@venthurin executablebooks/markdown-it-py#309- 🔧 Add "store_labels" to OptionsType by
@chrisjsewellin executablebooks/markdown-it-py#343- 🔧 Move
code_styleto dependency group by@chrisjsewellin executablebooks/markdown-it-py#344- 🔧 Update codecov action by
@chrisjsewellin executablebooks/markdown-it-py#345- 🔧 Update pre-commit and upload-artifact by
@chrisjsewellin executablebooks/markdown-it-py#359- 🔧 Improve spec update script by
@chrisjsewellin executablebooks/markdown-it-py#361- 🔧 simplify logic in scanDelims by
@chrisjsewellin executablebooks/markdown-it-py#365- 🧪 Add CI testing for Python 3.12 by
@hugovkin executablebooks/markdown-it-py#303- 🧪 Fix codecov by
@chrisjsewellin executablebooks/markdown-it-py#332Documentation
- 📚 Fix typo by
@bwagnerin executablebooks/markdown-it-py#315- 📚 Fix RTD build by
@chrisjsewellin executablebooks/markdown-it-py#322- 📚 DOCS: Fix a few old URLs by
@elijahgreensteinin executablebooks/markdown-it-py#358- 📚 Improve README by
@mrmurilo75in executablebooks/markdown-it-py#340- 📚 Fix CI badge link by
@tsutsu3in executablebooks/markdown-it-py#291- 📚 Update docs by
@chrisjsewellin executablebooks/markdown-it-py#292- 📚 Add icon to readme by
@chrisjsewellin executablebooks/markdown-it-py#293- 📚 Update icon by
@chrisjsewellin executablebooks/markdown-it-py#294- 📚 DOCS: Clarify docs regarding security configuration by
@djramonesin executablebooks/markdown-it-py#296- 📚 Fix the RTD build by
@chrisjsewellin executablebooks/markdown-it-py#311- 📚 DOCS: Fix typos by
@elijahgreensteinin executablebooks/markdown-it-py#366
... (truncated)
Changelog
Sourced from markdown-it-py's changelog.
4.0.0 - 2024-08-10
This primarily drops support for Python 3.9, adds support for Python 3.13, and updates the parser to comply with Commonmark 0.31.2 and Markdown-It v14.1.0.
- ⬆️ Drop support for Python 3.9 in #360
- ⬆️ Comply with Commonmark 0.31.2 in #362
- 👌 Improve performance of "text" inline rule in #347
- 👌 Use
str.removesuffixin #348- 👌 limit the number of autocompleted cells in a table in #364
- 👌 fix quadratic complexity in reference parser in #367
- 🐛 Fix emphasis inside raw links bugs in #320
Full Changelog: https://github.com/executablebooks/markdown-it-py/compare/v3.0.0...v4.0.0
Commits
c62983f🚀 RELEASE v4.0.0 (#368)9e93bd5👌 fix quadratic complexity in reference parser (#367)da45c87📚 DOCS: Fix typos (#366)87b16e2🔧 simplify logic in scanDelims (#365)e400964👌 limit the number of autocompleted cells in a table (#364)4535d77⬆️ Comply with Commonmark 0.31.2 (#362)8eb20ac🔧 Improve spec update script (#361)fb9d3ab⬆️ Drop support for Python 3.9 (#360)9ffe841📚 DOCS: Fix a few old URLs (#358)154fe43🔧 Update pre-commit and upload-artifact (#359)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.