NuGetGallery icon indicating copy to clipboard operation
NuGetGallery copied to clipboard

[NuGet.org Bug]: Incorrect markdown link anchor name

Open i2van opened this issue 1 year ago • 1 comments

Impact

It bothers me. A fix would be nice

Describe the bug

Link https://www.nuget.org/packages/LPRun/#lprun.net-versions is generated from the header LPRun .NET Versions. This is not correct. Expected link should be https://www.nuget.org/packages/LPRun/#lprun-net-versions

Repro Steps

  1. Navigate to Link https://www.nuget.org/packages/LPRun/#lprun.net-versions
  2. Navigation succeeded to LPRun .NET Versions.
  3. Navigate to Link https://www.nuget.org/packages/LPRun/#lprun-net-versions
  4. Navigation failed.

Expected Behavior

Generated link should be:

https://www.nuget.org/packages/LPRun/#lprun-net-versions

Expected to be generated as HitHub does:

https://github.com/i2van/CsvLINQPadDriver/tree/net_8_support/Src/LPRun#lprun-net-versions

Screenshots

image

Additional Context and logs

No response

i2van avatar Nov 12 '23 10:11 i2van

cc @lyndaidaii who is our Markdown expert.

joelverhagen avatar Nov 20 '23 14:11 joelverhagen