1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-27 17:00:54 +01:00

Documentation

This commit is contained in:
squidfunk 2024-01-30 10:39:40 +07:00
parent bec0d9abc6
commit 8023ffef86
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF

View File

@ -177,8 +177,8 @@ from [Python Markdown Extensions] is used as follows:
``` yaml
plugins:
- blog:
post_slugify: !!python/object/apply:pymdownx.slugs.slugify
- tags:
tags_slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
```
@ -555,7 +555,7 @@ behavior with:
``` yaml
plugins:
- blog:
- tags:
listings_toc: false
```