-
-
Notifications
You must be signed in to change notification settings - Fork 497
Closed
Labels
Description
When generating proper Ids for headers I ran into the problem that the German Umlauts are not handled properly and this causes some problems
e.g.
<h2 id="-revolution-re-funktionen">🚀 Revolutionäre Funktionen</h2>
while
<h2 id="-revolutionaere-funktionen">🚀 Revolutionäre Funktionen</h2>
would be appropriate.
since the IAutoIdentifierGenerator is not public its not possible to overwrite, so to include this in the implementation of the standard would be great.
so for example in the LinkHelper