-
Hello, how i can set my custom path for toc? |
Beta Was this translation helpful? Give feedback.
Answered by
sisp
Nov 8, 2023
Replies: 1 comment
-
You can set a custom heading ID using mkdocs-material/docs/getting-started.md Line 21 in 06ef698 using the Line 123 in 06ef698 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sheldygg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can set a custom heading ID using
{ #your-custom-id }
likemkdocs-material/docs/getting-started.md
Line 21 in 06ef698
using the
attr_list
Markdown extension that you can enable like this:mkdocs-material/mkdocs.yml
Line 123 in 06ef698