Best-websites-a-programmer-should-visit icon indicating copy to clipboard operation
Best-websites-a-programmer-should-visit copied to clipboard

Fix README anchor links with emoji characters

Open Namann-14 opened this issue 8 months ago • 0 comments

Summary of your changes

This commit fixes the navigation links in the README index section by properly handling emoji characters in anchor links. GitHub's Markdown processor treats emoji characters differently when generating heading IDs, causing links with emojis to break.

Description

The fix implements two approaches:

  1. Using explicit anchor tags for sections with emoji headings
  2. Ensuring anchor links properly reference headings with emoji characters

This change improves the README navigation experience and ensures all section links work correctly when clicked.

Checklist

  • [ ✓ ] My change follows the Contributing Guidelines
  • [ ] I have added only one new link to the list.
  • [ ] I have checked that the link that I added does NOT exist in the project already.
  • [ ] I have sorted the link alphabetically under the related section.

Namann-14 avatar Mar 16 '25 08:03 Namann-14