Description
After the closing tag at line 774 and the legitimate "Accessibility" section, README.md contains a merge conflict marker (=======) at line 780 followed by internal developer notes wrapped in JSDoc-style comment syntax:
`
/**
✨ README Improvement Notes
📌 Formatting Enhancements Needed
- Improve heading hierarchy for better readability
...
*/
`
This is a contributor's draft improvement plan that was accidentally committed. It corrupts the end of the file with non-rendering content.
Location
README.md lines 777-807
Impact
Makes the project look unpolished and confuses readers who reach the end of the README.
Suggested Fix
Remove the internal draft notes (lines 780-807).
Please assign this issue to me @Siddh2024 so I can fix it.
Description
After the closing tag at line 774 and the legitimate "Accessibility" section, README.md contains a merge conflict marker (=======) at line 780 followed by internal developer notes wrapped in JSDoc-style comment syntax:
`
/**
✨ README Improvement Notes
📌 Formatting Enhancements Needed
...
*/
`
This is a contributor's draft improvement plan that was accidentally committed. It corrupts the end of the file with non-rendering content.
Location
README.md lines 777-807
Impact
Makes the project look unpolished and confuses readers who reach the end of the README.
Suggested Fix
Remove the internal draft notes (lines 780-807).
Please assign this issue to me @Siddh2024 so I can fix it.