mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-22 05:53:03 -04:00
Fixed documentation for alternate slugifiers
This commit is contained in:
@@ -157,7 +157,7 @@ customize its appearance:
|
||||
``` yaml
|
||||
markdown_extensions:
|
||||
- toc:
|
||||
slugify: pymdownx.slugs.uslugify
|
||||
slugify: !!python/name:pymdownx.slugs.uslugify
|
||||
```
|
||||
|
||||
=== "Unicode, case-sensitive"
|
||||
@@ -165,7 +165,7 @@ customize its appearance:
|
||||
``` yaml
|
||||
markdown_extensions:
|
||||
- toc:
|
||||
slugify: pymdownx.slugs.uslugify_cased
|
||||
slugify: !!python/name:pymdownx.slugs.uslugify_cased
|
||||
```
|
||||
|
||||
`toc_depth`{: #toc_depth }
|
||||
|
||||
Reference in New Issue
Block a user