privatenumber / pkg-size.dev

📦🔍 Find the true size of an npm package
https://pkg-size.dev
688 stars 6 forks source link

trailing spaces in some hyperlinks #30

Open SuperchupuDev opened 1 month ago

SuperchupuDev commented 1 month ago

Problem

really small visual thing, but some hyperlinks include a trailing space, so they look like this instead of this

image

image

Expected behavior

hyperlinks not having trailing spaces

Minimal reproduction URL

https://pkg-size.dev/tinyglobby

Version

N/A

Node.js version

N/A

Package manager

N/A

Operating system

Windows

Bugs are expected to be fixed by those affected by it

Compensating engineering work financially will speed up resolution

privatenumber commented 1 month ago

This is happening because of Vue.js preserving white space from the source template 😭 I believe there are some benefits to preserving the whitespace but definitely unexpected here. I'll look into a solution.

Thanks for being observant