-
Notifications
You must be signed in to change notification settings - Fork 899
Comparing changes
Open a pull request
base repository: Python-Markdown/markdown
base: 3.9.0
head repository: Python-Markdown/markdown
compare: 3.10.2
- 17 commits
- 32 files changed
- 6 contributors
Commits on Sep 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5354daf - Browse repository at this point
Copy the full SHA 5354dafView commit details
Commits on Nov 3, 2025
-
Revert the default behavior of
USE_DEFINITION_ORDERThe new behavior introduced in 3.9.0 is experimental and results are inconsistent. It should not have been made the default behavior. Relates to #1561.
Configuration menu - View commit details
-
Copy full SHA for a5ee2b4 - Browse repository at this point
Copy the full SHA a5ee2b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 746f7f5 - Browse repository at this point
Copy the full SHA 746f7f5View commit details -
Python officially released 3.14 on 2025-10-07 and ended support for 3.9 on 2025-10-31.
Configuration menu - View commit details
-
Copy full SHA for c138aea - Browse repository at this point
Copy the full SHA c138aeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22e89c1 - Browse repository at this point
Copy the full SHA 22e89c1View commit details
Commits on Dec 3, 2025
-
Ensure nested elements inside inline comments are properly unescaped.
When inline Markdown elements are nested, each nested level contains its own placeholder. Therefore, when unescaping, the regex substitution needs to be run against each nested level. As this is nested inside the match, it ensures no more than one non-matching regex will be run in each instance. Closes #1571.
Configuration menu - View commit details
-
Copy full SHA for 2b49115 - Browse repository at this point
Copy the full SHA 2b49115View commit details
Commits on Dec 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 961856c - Browse repository at this point
Copy the full SHA 961856cView commit details
Commits on Dec 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 89112c2 - Browse repository at this point
Copy the full SHA 89112c2View commit details
Commits on Dec 29, 2025
-
Fix infinite loop when text contains multiple unclosed comments
The `updatepos()` override was resetting the parser position to `0`, causing infinite loops when multiple bogus/unclosed comments appeared in the input (e.g., `</` or `<!--` followed by non-standard characters). Now tracks the position of the triggering `<` and advances past it instead of rewinding to the start of the buffer. Fixes #1578. * update changelog
Configuration menu - View commit details
-
Copy full SHA for fb6b27a - Browse repository at this point
Copy the full SHA fb6b27aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07dfa4e - Browse repository at this point
Copy the full SHA 07dfa4eView commit details
Commits on Dec 30, 2025
-
Revert "Allow reference links with backticks"
This reverts commit 07dfa4e.
Configuration menu - View commit details
-
Copy full SHA for 9933a0a - Browse repository at this point
Copy the full SHA 9933a0aView commit details
Commits on Jan 21, 2026
-
- Have `parse_comment` handle bad `<!--` cases. - `handle_comment` only needs to handle the `</` case for comments. Provide a more reliable way to calculate the index to check for this case. - Ensure `override_comment_update` is reset, just in case. Resolves #1586 * Fix spelling * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for f925349 - Browse repository at this point
Copy the full SHA f925349View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5fa5b8 - Browse repository at this point
Copy the full SHA e5fa5b8View commit details
Commits on Feb 2, 2026
-
Configuration menu - View commit details
-
Copy full SHA for c438647 - Browse repository at this point
Copy the full SHA c438647View commit details
Commits on Feb 3, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 7f29f1a - Browse repository at this point
Copy the full SHA 7f29f1aView commit details
Commits on Feb 6, 2026
-
Document HTML sanitation policy
Recommend JustHTML as an HTML sanitizer with bleach and nh3 as alternatives. Reorganize cli.md for clarity. Resolves #1479.
Configuration menu - View commit details
-
Copy full SHA for 6301833 - Browse repository at this point
Copy the full SHA 6301833View commit details
Commits on Feb 9, 2026
-
Configuration menu - View commit details
-
Copy full SHA for e7a0efb - Browse repository at this point
Copy the full SHA e7a0efbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.9.0...3.10.2