-
Hello everybody! Trying to make permalink work with non-latin letters, used https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/?h=perma#+toc.slugify this config, and it works just fine, but links, when copied, are coverted in this http://192.168.75.193:18080/en/about/architecture/#%E8%B7%A8%E6%B8%A0%E9%81%93 So i have a question - can i somehow make permalink respect this construction? # System-arch
## Cross-channel
## <a name="test" />跨渠道
[Testlink](#test) Inside the page all works just fine, and cross-page links too |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Yes. See our documentation on |
Beta Was this translation helpful? Give feedback.
-
Okay, so I think I initially misunderstood your request and I think you want this: ## 跨渠道 { #test } Note that the Attribute Lists extension must be enabled. |
Beta Was this translation helpful? Give feedback.
Okay, so I think I initially misunderstood your request and I think you want this:
## 跨渠道 { #test }
Note that the Attribute Lists extension must be enabled.