-
-
Couldn't load subscription status.
- Fork 3.5k
docs: fix escaped underscores in target attributes #9823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
docs: fix escaped underscores in target attributes #9823
Conversation
Remove unnecessary backslash escapes from target="_parent" attributes in badge links. HTML attributes don't require underscore escaping. Lines modified: 10, 13, 16
|
WalkthroughMinor HTML attribute corrections in README.md: unnecessary underscore escaping in target attributes was removed and whitespace around anchor tags was adjusted. No functional changes to documentation content or behavior. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
Poem
Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Changes
target="_parent"attributes in README badge linksMotivation
The backslash escapes (
\_parent) are unnecessary in HTML attributes and incorrect markdown syntax. HTML attributes don't require underscore escaping. This fix ensures proper rendering and follows HTML standards.Verification
Summary by CodeRabbit
Documentation
Style