Skip to content

docs: fix README table of contents links on GitHub#64

Merged
cbrake merged 1 commit into
mainfrom
cbrake/main
Jul 14, 2026
Merged

docs: fix README table of contents links on GitHub#64
cbrake merged 1 commit into
mainfrom
cbrake/main

Conversation

@cbrake

@cbrake cbrake commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

GitHub drops the emoji when it builds a heading's anchor, so a TOC entry pointing at #🛠️-release-configuration landed nowhere. Two headings also carried a variation selector (U+FE0F), which GitHub keeps while dropping the emoji, leaving an invisible character in the anchor that no hand-written link could match.

The table of contents is regenerated with the same slugger GitHub uses, and the variation selectors are removed from the two headings, which still render the same. The KiCad section's new "Reloading on changes" entry is included.

GitHub drops the emoji when it builds a heading's anchor, so a TOC entry
pointing at #🛠️-release-configuration landed nowhere. Two headings also carried
a variation selector (U+FE0F), which GitHub keeps while dropping the emoji,
leaving an invisible character in the anchor that no hand-written link could
match.

The table of contents is regenerated with the same slugger GitHub uses, and the
variation selectors are removed from the two headings, which still render the
same. The KiCad section's new "Reloading on changes" entry is included.
@cbrake cbrake merged commit c6ed57a into main Jul 14, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant