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
docs(pipeline-crew): drop unsupported {#id} anchors from EXPLANATION.md, repoint HOW-TO links to GitHub auto-slugs (#3613) (#3617)
GitHub's markdown renderer does not honor Kramdown `{#id}` custom-anchor
syntax — it drops the token and auto-generates a heading slug from the
heading text — so every in-repo deep link of the form `EXPLANATION.md#<id>`
resolved the file but jumped nowhere (silent dead fragment).
Drop the four `{#id}` tokens from EXPLANATION.md and repoint the four
sibling links in HOW-TO.md to GitHub's real auto-generated heading slugs
(computed with github-slugger, the algorithm GitHub uses). No `{#id}`
custom-anchor syntax remains in the pipeline-crew doc set. Doc navigation
only; no code path affected.
Fixes#3613
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments