python-hooks
python-hooks copied to clipboard
:arrow_up: bump markdown from 3.4.4 to 3.5.1
trafficstars
Bumps markdown from 3.4.4 to 3.5.1.
Changelog
Sourced from markdown's changelog.
[3.5.1] -- 2023-10-31
Fixed
- Fix a performance problem with HTML extraction where large HTML input could trigger quadratic line counting behavior (#1392).
- Improve and expand type annotations in the code base (#1394).
[3.5] -- 2023-10-06
Added
Add
permalink_leadingconfiguration option to the toc extension (#1339)A new boolean option
permalink_leadingcontrols the position of the permanent link anchors generated withpermalink. Settingpermalink_leadingtoTruewill cause the links to be inserted at the start of the header, before any other header content. The default behavior forpermalinkis to append permanent links to the header, placing them after all other header content.Changed
- Add support for cPython version 3.12 (and PyPy 3.10) and drop support for Python version 3.7 (#1357).
- Refactor changelog to use the format defined at https://keepachangelog.com/.
- Update the list of empty HTML tags (#1353).
- Add customizable TOC title class to TOC extension (#1293).
- Add API documentation of the code base which is generated by mkdocstrings (#1220).
Fixed
- Fix a corner case in admonitions where if an indented code block was provided as the first block, the output would be malformed (#1329).
Commits
f50ac47Refactor changelog6662053TOC extension: Add new boolean option permalink_prepend (#1339)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)