Skip to content

Commit

Permalink
Fixed import source of tags compare function in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed May 12, 2023
1 parent 8d2c5b5 commit 68387a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup/setting-up-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68387a1

Please sign in to comment.