Commit 1ae30a5
authored
chore(deps): update dependency markdown to v3.8 (#2033)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [Markdown](https://redirect.github.com/Python-Markdown/markdown)
([changelog](https://python-markdown.github.io/changelog/)) | minor |
`==3.7` -> `==3.8` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>Python-Markdown/markdown (Markdown)</summary>
###
[`v3.8`](https://redirect.github.com/Python-Markdown/markdown/releases/tag/3.8)
[Compare
Source](https://redirect.github.com/Python-Markdown/markdown/compare/3.7...3.8)
##### Changed
- DRY fix in `abbr` extension by introducing method `create_element`
([#​1483](https://redirect.github.com/Python-Markdown/markdown/issues/1483)).
- Clean up test directory by removing some redundant tests and port
non-redundant cases to the newer test framework.
- Improved performance of the raw HTML post-processor
([#​1510](https://redirect.github.com/Python-Markdown/markdown/issues/1510)).
##### Fixed
- Backslash Unescape IDs set via `attr_list` on `toc`
([#​1493](https://redirect.github.com/Python-Markdown/markdown/issues/1493)).
- Ensure `md_in_html` processes content inside "markdown" blocks as they
are
parsed outside of "markdown" blocks to keep things more consistent for
third-party extensions
([#​1503](https://redirect.github.com/Python-Markdown/markdown/issues/1503)).
- `md_in_html` handle tags within inline code blocks better
([#​1075](https://redirect.github.com/Python-Markdown/markdown/issues/1075)).
- `md_in_html` fix handling of one-liner block HTML handling
([#​1074](https://redirect.github.com/Python-Markdown/markdown/issues/1074)).
- Ensure `<center>` is treated like a block-level element
([#​1481](https://redirect.github.com/Python-Markdown/markdown/issues/1481)).
- Ensure that `abbr` extension respects `AtomicString` and does not
process
perceived abbreviations in these strings
([#​1512](https://redirect.github.com/Python-Markdown/markdown/issues/1512)).
- Ensure `smarty` extension correctly renders nested closing quotes
([#​1514](https://redirect.github.com/Python-Markdown/markdown/issues/1514)).
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->1 parent 290134f commit 1ae30a5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments