-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
🐛 Bug: README.md badge links have visual underlines #1027
Comments
Hi @JoshuaKGoldberg, I would like to fix this bug. Could you please assign this issue to me? Thank you! |
👋 @5hraddha, happy you're interested in this! I don't use any kind of issue claiming system: https://github.com/JoshuaKGoldberg/create-typescript-app/blob/62281d8a0c16872eb16bbd12ce44d145e5080748/.github/CONTRIBUTING.md#issue-claiming. But feel free to send a PR if you've got a fix. I'd recommend reading through that contributing guide and its linked development guide to answer common questions about how to send PRs. Cheers! |
Sure, @JoshuaKGoldberg . That helps. Thank you! |
<!-- 👋 Hi, thanks for sending a PR to create-typescript-app! 💖. Please fill out all fields below and make sure each item is true and [x] checked. Otherwise we may not be able to review your PR. --> ## PR Checklist - [x] Addresses an existing open issue: fixes #1027 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview This PR removes the visual underlines on badge links in README.md, introduced by the recent GitHub changes (to render the underlines by default). The problem was that the `<link>` and `<img>` tags were on separate lines, thus creating unnecessary spaces in between. These spaces were rendering empty links with an underline. 💖
🎉 This is included in version v1.43.4 🎉 The release is available on: Cheers! 📦🚀 |
Bug Report Checklist
main
branch of the repository.Expected
I like a clean README.md. No weird little visual inconsistencies around link underlines or whatnot.
Actual
There are little link underlines outside the badge images in generated README.mds 😬
Additional Info
GitHub recently changed markdown docs to render the underlines by default (good! accessibility!). This was an issue on hover for links even before then.
The text was updated successfully, but these errors were encountered: