developit / microbundle

📦 Zero-configuration bundler for tiny modules.
https://npm.im/microbundle
MIT License
8.05k stars 362 forks source link

Fixes anchor tags for NPM #1071

Closed schalkventer closed 4 months ago

schalkventer commented 9 months ago

<a src="#*"> are not supported on NPM, it might be better to just use the automatically generated anchor IDs since this means the table of contents will work on both Github and NPM

For example https://www.npmjs.com/package/microbundle#formats does not work, but https://www.npmjs.com/package/microbundle#-output-formats- works.

changeset-bot[bot] commented 9 months ago

⚠️ No Changeset found

Latest commit: 561ac84e9b93c1478a4a66ede70fa1f43c311d32

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR