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: facelessuser/pymdown-extensions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10.8.1
Choose a base ref
...
head repository: facelessuser/pymdown-extensions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.9
Choose a head ref
  • 10 commits
  • 59 files changed
  • 3 contributors

Commits on May 5, 2024

  1. Update tests to account for latest Ruff and Pygments updates (#2379)

    - Fix warning in Ruff
    - Fix test expectations of Pygments lexer output
    
    Fixes #2378
    facelessuser authored May 5, 2024
    Configuration menu
    Copy the full SHA
    f1e2fad View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. really drop python<=3.7 support (#2391)

    * really drop python<=3.7 support
    
    Filter all code over `pyupgrade --py38-plus`.
    
    Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
    
    * filter all code over `ruff`
    
    Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
    
    * break long line
    
    Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
    
    ---------
    
    Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
    kloczek authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c8856a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    6ed6826 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Update JS doc deps

    facelessuser committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4ad2baf View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. fix: allow downloading when content-length header is missing (#2413)

    * fix: allow downloading when content-length header is missing
    
    This can happen for valid http responses, such as when the server
    is using chunked encoding.
    
    Fixes #2404
    
    * use backticks to avoid spell checker
    
    * use context manager for opening/closing files
    maartenbreddels authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ef38568 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    973301b View commit details
    Browse the repository at this point in the history
  2. Update JS doc deps

    facelessuser committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    6b1041f View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary logic

    facelessuser committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    368aedc View commit details
    Browse the repository at this point in the history
  4. Bump version

    facelessuser committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    72108f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd7c704 View commit details
    Browse the repository at this point in the history
Loading