mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed documentation for alternate slugifiers
This commit is contained in:
parent
9b88f712ba
commit
9ec0d4d89d
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user