-
Hello, I am using mkdocs-material v9.6.1. How can I customize a function to sort items within a tag by their numerical order instead of simply sorting them lexicographically? |
Beta Was this translation helpful? Give feedback.
Answered by
yanglbme
Feb 5, 2025
Replies: 1 comment
-
I solved the tag sorting issue by using a custom hook plugin :) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yanglbme
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I solved the tag sorting issue by using a custom hook plugin :)
https://github.com/doocs/leetcode/blob/docs/hooks/tags.py