This is not a real issue but merely a question of how-do-I.
The problem at hand for me currently is that I'm using VSCodium with a Markdown plugin which can auto-generate a ToC. The links in the ToC seem to be created from the heading by leaving out everything but letters (even foreign ones), digits, minus, and spaces, where spaces are replaced by a minus.
The AutoGenerateIDs generates something different and I'm wondering how I could provide my own ID Generator which would be compatible with the VSCodium plugin.
This is not a real issue but merely a question of how-do-I.
The problem at hand for me currently is that I'm using VSCodium with a Markdown plugin which can auto-generate a ToC. The links in the ToC seem to be created from the heading by leaving out everything but letters (even foreign ones), digits, minus, and spaces, where spaces are replaced by a minus.
The AutoGenerateIDs generates something different and I'm wondering how I could provide my own ID Generator which would be compatible with the VSCodium plugin.