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.12
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.13
Choose a head ref
  • 9 commits
  • 23 files changed
  • 3 contributors

Commits on Nov 19, 2024

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

Commits on Nov 26, 2024

  1. Correctly document StripHTML defaults (#2535)

    The documentation of default settings in the main text is outdated, and is not in line with the behavior of the `StripHTML` extension. This commit fixes the documentation.
    michamos authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    377e8ff View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. Strip sections from included file (#2541)

    Strip sections from included files when whole file or lines are included
    facelessuser authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    9df48db View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2024

  1. Fix some complex cases in BetterEm (#2547)

    * Fix some complex cases in BetterEm
    
    - Fix some cases where mixed triple cases followed by single case
      could sometimes fail.
    - Fix cases where reverse, mixed triple cases could fail.
    
    * Remove redundant tests
    facelessuser authored Dec 7, 2024
    Configuration menu
    Copy the full SHA
    f6102ac View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2024

  1. Allow specifying multiple line selection blocks (#2551)

    * Allow specifying multiple line selection blocks
    * Simplify some areas of code
    
    Resolves #2385
    facelessuser authored Dec 22, 2024
    Configuration menu
    Copy the full SHA
    55ccf79 View commit details
    Browse the repository at this point in the history
  2. Docs: Update JS deps

    facelessuser committed Dec 22, 2024
    Configuration menu
    Copy the full SHA
    1789d60 View commit details
    Browse the repository at this point in the history
  3. Allow negative indexes (#2552)

    * Allow negative indexes
    
    Resolves #2517
    facelessuser authored Dec 22, 2024
    Configuration menu
    Copy the full SHA
    9e26f64 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. Configuration menu
    Copy the full SHA
    271950f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36858c6 View commit details
    Browse the repository at this point in the history
Loading