8000 Comparing 1.16.11...main · mkdocstrings/python · GitHub
[go: up one dir, main page]

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: mkdocstrings/python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.16.11
Choose a base ref
...
head repository: mkdocstrings/python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 2, 2025

  1. fix: Only replace CSS class in first *highlighting* span

    When `pymdownx.highlight` sets `auto_title: true`, another span is rendered before the highlighted code. If we replace its CSS class, we mess its final display. Our solution is not very robust: we only look for spans with CSS classes of 1 or 2 characters instead of 1 or more characters.
    
    Issue-281: #281
    pawamoy committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    d57740f View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. Configuration menu
    Copy the full SHA
    3c4424d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bac553d View commit details
    Browse the repository at this point in the history
Loading
0