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.9
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.11
Choose a head ref
  • 16 commits
  • 62 files changed
  • 2 contributors

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    c077781 View commit details
    Browse the repository at this point in the history
  2. MagicLink: change processing to use x instead of twitter (#2450)

    twitter is still available but deprecated and will be removed in the
    future.
    facelessuser authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    047b27b View commit details
    Browse the repository at this point in the history
  3. Update JS doc deps

    facelessuser committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    6d2d8e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

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

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    e8ce5f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13c88ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea53a17 View commit details
    Browse the repository at this point in the history
  4. Fix grammar

    facelessuser committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    8443104 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dee67da View commit details
    Browse the repository at this point in the history
  6. Update version

    facelessuser committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    07337c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Sep 26, 2024

  1. Add support for *tag1 **tag1,tag2*** cases for *, _, ~, and `…

    …^` (#2467)
    
    * Add support for `*em **em,strong***` cases for `*` and `_`
    
    Fixes #2466
    
    * Add support for additional single, double cases for tilde and caret
    
    Clean up formatting as well
    
    * Spelling
    
    * Add more tests and move some tests for tilde to new test style
    
    * More tests and move some caret tests
    
    * Fix minor typo in BetterEm docs
    facelessuser authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7a95865 View commit details
    Browse the repository at this point in the history
  2. Bump version

    facelessuser committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f8f8c57 View commit details
    Browse the repository at this point in the history
  3. Fix bad example

    facelessuser committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    448972a View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    8355b45 View commit details
    Browse the repository at this point in the history
  2. Support alternate fenced header form (#2470)

     Support alternate fenced header form
    
    Based off of @dmadisetti's code in PR #2468
    facelessuser authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4b54d02 View commit details
    Browse the repository at this point in the history
Loading