NuGet / NuGetGallery

NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
https://www.nuget.org/
Apache License 2.0
1.52k stars 643 forks source link

[Gallery] Embedded READMEs sometimes fail to render #10030

Open ryuyu opened 1 week ago

ryuyu commented 1 week ago

In some cases, the Embedded readme in a package may fail to render. If this happens, the gallery currently returns 500.

We should update this so we can either render the readme (not always feasible) or at the very least, allow the rest of the page to load. See https://www.nuget.org/packages/FSharp.Core.Extended/ for a sample This package has an embedded readme with a relatively large table, which currently causes the package details page to fail to render. (readme here https://github.com/vzarytovskii/FSharp.Core.Extended/blob/main/README.md)