We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f00a5 commit ee1e675Copy full SHA for ee1e675
docs/setup/extensions/python-markdown.md
@@ -258,15 +258,15 @@ The following configuration options are supported:
258
``` yaml
259
markdown_extensions:
260
- toc:
261
- slugify: !!python/name:pymdownx.slugs.uslugify
+ slugify: !!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}
262
```
263
264
=== "Unicode, case-sensitive"
265
266
267
268
269
- slugify: !!python/name:pymdownx.slugs.uslugify_cased
+ slugify: !!python/object/apply:pymdownx.slugs.slugify
270
271
272
[`toc_depth`](#+toc.toc_depth){ #+toc.toc_depth }
0 commit comments