Skip to content

Commit 8023ffe

Browse files
committed
Documentation
1 parent bec0d9a commit 8023ffe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/plugins/tags.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ from [Python Markdown Extensions] is used as follows:
177177

178178
``` yaml
179179
plugins:
180-
- blog:
181-
post_slugify: !!python/object/apply:pymdownx.slugs.slugify
180+
- tags:
181+
tags_slugify: !!python/object/apply:pymdownx.slugs.slugify
182182
kwds:
183183
case: lower
184184
```
@@ -555,7 +555,7 @@ behavior with:
555555

556556
``` yaml
557557
plugins:
558-
- blog:
558+
- tags:
559559
listings_toc: false
560560
```
561561

0 commit comments

Comments
 (0)