Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Python-Markdown/markdown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.8.2
Choose a base ref
...
head repository: Python-Markdown/markdown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.9.0
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Jun 19, 2025

  1. fix typo

    waylan committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    4669a09 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. Fix failing cases for Python 3.14

    New change requires us to monkey patch `locatetagend` to prevent
    capturing incomplete tags in code spans.
    facelessuser authored and waylan committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    23c301d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Order footnotes by reference

    * Alter footnote ordering so footnotes definitions are listed in the order in which their references appear in the document.
    * Add config option, USE_DEFINITION_ORDER, to support previous behavior. 
    * Add comprehensive tests for extension.
    * Change to the behavior of inlinepatterns by ensuring that inlinepatterns iterate through elements in document order. Previously, in some specific case, elements with nested children had their inline content parsed in reverse order.
    
    Resolves #1367.
    aeskildsen authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    07bf207 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. Bump version to 3.9

    waylan committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    f39cf84 View commit details
    Browse the repository at this point in the history
Loading