Fixed import source of tags compare function in documentation

This commit is contained in:
squidfunk
2023-05-12 14:47:00 +02:00
parent 8d2c5b5db4
commit 68387a11dc

View File

@@ -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