Documentation (#7054)

This commit is contained in:
Alexander Voss 2024-04-16 10:31:51 -04:00 committed by GitHub
parent 3b592abc21
commit 324ccdb737
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -882,7 +882,7 @@ from [Python Markdown Extensions] is used as follows:
``` yaml ``` yaml
plugins: plugins:
- blog: - blog:
post_slugify: !!python/object/apply:pymdownx.slugs.slugify categories_slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds: kwds:
case: lower case: lower
``` ```