Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jan 30, 2024
1 parent bec0d9a commit 8023ffe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/plugins/tags.md
Expand Up @@ -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
```
Expand Down Expand Up @@ -555,7 +555,7 @@ behavior with:

``` yaml
plugins:
- blog:
- tags:
listings_toc: false
```

Expand Down

0 comments on commit 8023ffe

Please sign in to comment.