Skip to content

Update mistune to 3.2.0#770

Open
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-mistune-0.8.4-to-3.2.0
Open

Update mistune to 3.2.0#770
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-mistune-0.8.4-to-3.2.0

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates mistune from 0.8.4 to 3.2.0.

Changelog

3.2.0

   🚀 Features

- Support footnotes that start on the next line.  -  by kylechui [<samp>(2677e)</samp>](https://github.com/lepture/mistune/commit/2677e2d)
- Properly handle code blocks inside footnotes.  -  by kylechui [<samp>(0516c)</samp>](https://github.com/lepture/mistune/commit/0516c9e)
- Support python 3.14  -  by lepture [<samp>(7e0eb)</samp>](https://github.com/lepture/mistune/commit/7e0eb65)

   🐞 Bug Fixes

- Render ref links and footnotes in footnotes.  -  by lepture [<samp>(bd90e)</samp>](https://github.com/lepture/mistune/commit/bd90e44)
- Render ref links in TOC.  -  by lemon24 [<samp>(a0a01)</samp>](https://github.com/lepture/mistune/commit/a0a0148)
- Update typing for mypy upgrades  -  by lepture [<samp>(8d49c)</samp>](https://github.com/lepture/mistune/commit/8d49cba)
- Render correct html for footnotes  -  by lepture [<samp>(9b622)</samp>](https://github.com/lepture/mistune/commit/9b62204)

    [View changes on GitHub](https://github.com/lepture/mistune/compare/v3.1.4...v3.2.0)

3.1.4

   🐞 Bug Fixes

- Add fenced directive break rule in list parser, 412  -  by lepture in https://github.com/lepture/mistune/issues/412 [<samp>(ea3ec)</samp>](https://github.com/lepture/mistune/commit/ea3ecaf)
- Prevent remove unicode whitespace when parsing atx heading  -  by lepture [<samp>(9e720)</samp>](https://github.com/lepture/mistune/commit/9e72063)

    [View changes on GitHub](https://github.com/lepture/mistune/compare/v3.1.3...v3.1.4)

3.1.3

   🚀 Features

- Announce supports for python 3.12 and 3.13  -  by lepture [<samp>(ff831)</samp>](https://github.com/lepture/mistune/commit/ff83129)

    [View changes on GitHub](https://github.com/lepture/mistune/compare/v3.1.2...v3.1.3)

3.1.2

   🐞 Bug Fixes

- **plugin**: Fix footnote plugins when rendering ast  -  by lepture [<samp>(a7289)</samp>](https://github.com/lepture/mistune/commit/a728952)

    [View changes on GitHub](https://github.com/lepture/mistune/compare/v3.1.1...v3.1.2)

3.1.1

   🐞 Bug Fixes

- Change attribute name from markdown to md in the Plugin class  -  by impocode [<samp>(f86ad)</samp>](https://github.com/lepture/mistune/commit/f86ad48)
- Improve ruby plugin  -  by lepture [<samp>(34f5a)</samp>](https://github.com/lepture/mistune/commit/34f5a77)
- Fix render_toc_url method for rendering empty iterable, via 407  -  by lepture in https://github.com/lepture/mistune/issues/407 [<samp>(ac530)</samp>](https://github.com/lepture/mistune/commit/ac53009)

    [View changes on GitHub](https://github.com/lepture/mistune/compare/v3.1.0...v3.1.1)

3.1.0

   🐞 Bug Fixes

- Add typing-extensions into dependencies  -  by lepture [<samp>(93fd1)</samp>](https://github.com/lepture/mistune/commit/93fd197)
- Cleanup unused imports  -  by lepture [<samp>(6d046)</samp>](https://github.com/lepture/mistune/commit/6d04695)
- Make typing-extension optional dependency  -  by lepture [<samp>(f7db5)</samp>](https://github.com/lepture/mistune/commit/f7db503)
- Importing Self from typing_extensions  -  by lepture [<samp>(0772c)</samp>](https://github.com/lepture/mistune/commit/0772c78)
- Only HTML-escape codespan in HTML render  -  by mentalisttraceur [<samp>(245c0)</samp>](https://github.com/lepture/mistune/commit/245c006)
- Only HTML-escape URLs when rendering to HTML  -  by mentalisttraceur [<samp>(f4237)</samp>](https://github.com/lepture/mistune/commit/f423704)
- Use correct importing for typing_extensions  -  by lepture [<samp>(4f91d)</samp>](https://github.com/lepture/mistune/commit/4f91db8)

    [View changes on GitHub](https://github.com/lepture/mistune/compare/v3.0.2...v3.1.0)

3.0.2

   🐞 Bug Fixes

- Fix RecursionError for lists  -  by lepture [<samp>(44cc6)</samp>](https://github.com/lepture/mistune/commit/44cc62b)

    [View changes on GitHub](https://github.com/lepture/mistune/compare/v3.0.1...v3.0.2)

3.0.1

   🚀 Features

- Add py.typed for mypy  -  by lepture [<samp>(777db)</samp>](https://github.com/lepture/mistune/commit/777db05)

   🐞 Bug Fixes

- Include more files in sdist explicitly  -  by mgorny in https://github.com/lepture/mistune/issues/350 [<samp>(d65a0)</samp>](https://github.com/lepture/mistune/commit/d65a097)
- Renderer="ast" same as render=None  -  by matthewdeanmartin in https://github.com/lepture/mistune/issues/351 [<samp>(fc19c)</samp>](https://github.com/lepture/mistune/commit/fc19c49)

    [View changes on GitHub](https://github.com/lepture/mistune/compare/v3.0.0...v3.0.1)

3.0.0

   🚀 Features

- Add more type hints  -  by lepture [<samp>(26a69)</samp>](https://github.com/lepture/mistune/commit/26a6974)

   🐞 Bug Fixes

- Ensure new line at end of the text  -  by lepture 
- Do not strip leading unicode spaces like emsp (full-width space)  -  by alphatownsman

    [View changes on GitHub](https://github.com/lepture/mistune/compare/v3.0.0rc5...v3.0.0)

3.0.0rc5

   🐞 Bug Fixes

- Fix empty list renderer  -  by gholker[<samp>(8a66f)</samp>](https://github.com/lepture/mistune/commit/8a66f)
- Fix fenced directive by lepture
- Fix inline link parser by lepture
- Fix block math plugin for multiple lines by lepture

    [View changes on GitHub](https://github.com/lepture/mistune/compare/v2.0.5...v3.0.0rc5)

2.0.5

Improve on parsing list. Make it possible to customize list regex. ref https://github.com/lepture/mistune/issues/331

2.0.4

* Fix ``url`` plugin in ``<a>`` tag
* Fix ``*`` formatting

2.0.3

- Fix **table** plugin
- Security fix for CVE-2022-34749

2.0.2

Fix `escape_url ` via https://github.com/lepture/mistune/pull/295

2.0.1

Fix XSS for image link syntax.

2.0.0

First release of Mistune v2.

2.0.0rc1

In this release, we have a **Security Fix** for harmful links.

2.0.0a1

This is the first release of v2. An alpha version for users to have a preview of the new mistune.
Links

@pyup-bot pyup-bot mentioned this pull request Dec 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant