From e25a47f2e9e4b587bd4db5e35d7f34079f56a99b Mon Sep 17 00:00:00 2001 From: Shraddha Date: Tue, 14 Nov 2023 16:48:40 -0500 Subject: [PATCH] fix: remove visual underlines on badge links in README.md (#1030) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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 `` and `` tags were on separate lines, thus creating unnecessary spaces in between. These spaces were rendering empty links with an underline. ๐Ÿ’– --- README.md | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 1d5aababf..034994447 100644 --- a/README.md +++ b/README.md @@ -3,25 +3,15 @@

Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. ๐Ÿ’

- - - -All Contributors: 35 ๐Ÿค - - - - - Codecov Test Coverage - - - Code of Conduct: Enforced ๐Ÿค - - - License: MIT ๐Ÿ“ - - - Sponsor: On GitHub ๐Ÿ’ธ - + + + All Contributors: 35 ๐Ÿค + + + Codecov Test Coverage + Code of Conduct: Enforced ๐Ÿค + License: MIT ๐Ÿ“ + Sponsor: On GitHub ๐Ÿ’ธ Style: Prettier ๐Ÿงน TypeScript: Strict ๐Ÿ’ช npm package version