You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scaladoc: fix generation of unique header ids (scala#22779)
This PR fixes the generation of unique header id's.
Previously, the id's were deduplicated globally, now they are
deduplicated only within one page.
Custom logic for that was removed, we now rely on `HeaderIdGenerator`
from flexmark.
[Cherry-picked 8734fbd]
0 commit comments