mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-01-31 03:43:46 +01: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
|
||||
plugins:
|
||||
- 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user