Skip to content

Commit

Permalink
Update slug reference
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser authored and squidfunk committed Oct 2, 2022
1 parent 29f00a5 commit ee1e675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setup/extensions/python-markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,15 +258,15 @@ The following configuration options are supported:
``` yaml
markdown_extensions:
- toc:
slugify: !!python/name:pymdownx.slugs.uslugify
slugify: !!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}
```

=== "Unicode, case-sensitive"

``` yaml
markdown_extensions:
- toc:
slugify: !!python/name:pymdownx.slugs.uslugify_cased
slugify: !!python/object/apply:pymdownx.slugs.slugify
```

[`toc_depth`](#+toc.toc_depth){ #+toc.toc_depth }
Expand Down

0 comments on commit ee1e675

Please sign in to comment.