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
Fix broken legacy rdoc-ref labels and duplicate heading IDs
Decode legacy CGI-encoded labels (e.g., `What-27s+Here`) in rdoc-ref
links so they resolve to the correct GitHub-style anchors. Also
deduplicate heading IDs by appending -1, -2, etc. when multiple
headings produce the same anchor (e.g., "Method match" and
"Method match?" both becoming `method-match`).
Fixes#1590
0 commit comments