Best-websites-a-programmer-should-visit
Best-websites-a-programmer-should-visit copied to clipboard
Fix README anchor links with emoji characters
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:
- Using explicit anchor tags for sections with emoji headings
- 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.