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: squidfunk/mkdocs-material
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9.5.16
Choose a base ref
...
head repository: squidfunk/mkdocs-material
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9.5.17
Choose a head ref
  • 8 commits
  • 28 files changed
  • 4 contributors

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    e71f00b View commit details
    Browse the repository at this point in the history
  2. Updated slugify documentation

    Unicode, case-sensitive reference setting causes error below.
    
    ```
    yaml.constructor.ConstructorError: expected a mapping node, but found scalar
    ```
    
    Update related sections in the documentation to address this issue.
    
    Newer Python-Markdown has `slugify_unicode` built-in, so this
    
    ```yaml
    markdown_extensions:
      - toc:
          slugify: !!python/name:markdown.extensions.toc.slugify_unicode
    ```
    
    also works for case-insensitive use cases.
    
    Fixes: ee1e675 ("Update slug reference")
    kuanyili authored and squidfunk committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    7d6d8d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Fix typos

    deining committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    7e13ae6 View commit details
    Browse the repository at this point in the history
  2. Documentation

    Fix typos
    squidfunk authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    e741f80 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    1041766 View commit details
    Browse the repository at this point in the history
  2. Updated Serbian translations

    Co-authored-by: stcksmsh <107367925+stcksmsh@users.noreply.github.com>
    squidfunk and stcksmsh committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a3655e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78e93ac View commit details
    Browse the repository at this point in the history
  4. Prepare 9.5.17 release

    squidfunk committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    570161a View commit details
    Browse the repository at this point in the history
Loading