mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Documentation
This commit is contained in:
parent
bec0d9abc6
commit
8023ffef86
@ -177,8 +177,8 @@ from [Python Markdown Extensions] is used as follows:
|
|||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
plugins:
|
plugins:
|
||||||
- blog:
|
- tags:
|
||||||
post_slugify: !!python/object/apply:pymdownx.slugs.slugify
|
tags_slugify: !!python/object/apply:pymdownx.slugs.slugify
|
||||||
kwds:
|
kwds:
|
||||||
case: lower
|
case: lower
|
||||||
```
|
```
|
||||||
@ -555,7 +555,7 @@ behavior with:
|
|||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
plugins:
|
plugins:
|
||||||
- blog:
|
- tags:
|
||||||
listings_toc: false
|
listings_toc: false
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user