mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed import source of tags compare function in documentation
This commit is contained in:
parent
8d2c5b5db4
commit
68387a11dc
@ -141,7 +141,7 @@ The following configuration options are available:
|
|||||||
``` yaml
|
``` yaml
|
||||||
plugins:
|
plugins:
|
||||||
- tags:
|
- tags:
|
||||||
tags_compare: !!python/name:material.plugins.tags.plugin.casefold
|
tags_compare: !!python/name:material.plugins.tags.casefold
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also define your own comparison function which must return a tag
|
You can also define your own comparison function which must return a tag
|
||||||
|
Loading…
Reference in New Issue
Block a user