Fixed documentation for alternate slugifiers

This commit is contained in:
squidfunk 2020-09-06 11:49:05 +02:00
parent 9b88f712ba
commit 9ec0d4d89d

View File

@ -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 }