Closed KRRISH96 closed 2 years ago
Use below format in MDX files for header tags to have custom ids (english) on translated files
Fixes URL translation (URL should be in english).
Heading Ids
### My Great Heading IN Other Language {#custom-id-in-english}
The HTML looks like this:
<h3 id="custom-id-in-english">My Great Heading IN Other Language</h3>
Note: this is experimental and need proper testing before considering as a fix.
@praveenweb This is ready for review and live experimentation.
Use below format in MDX files for header tags to have custom ids (english) on translated files
Fixes URL translation (URL should be in english).
Heading Ids
The HTML looks like this:
Note: this is experimental and need proper testing before considering as a fix.