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 ``` yaml
markdown_extensions: markdown_extensions:
- toc: - toc:
slugify: pymdownx.slugs.uslugify slugify: !!python/name:pymdownx.slugs.uslugify
``` ```
=== "Unicode, case-sensitive" === "Unicode, case-sensitive"
@ -165,7 +165,7 @@ customize its appearance:
``` yaml ``` yaml
markdown_extensions: markdown_extensions:
- toc: - toc:
slugify: pymdownx.slugs.uslugify_cased slugify: !!python/name:pymdownx.slugs.uslugify_cased
``` ```
`toc_depth`{: #toc_depth } `toc_depth`{: #toc_depth }