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

[Feature]: README, render images from within the nupkg #9959

Open nkolev92 opened 1 month ago

nkolev92 commented 1 month ago

Related Problem

No response

The Elevator Pitch

I have a README for my tool, DependencyVisualizerTool, and in there I link an image.

Apparently the image contained within the nupkg doesn't get rendered because it's not from a trusted domain.

I'm guessing the concern is storage of that image, because images within the nupkg, are from a "trusted", they're local, so there's nothing going on there.

Additional Context and Details

Sample package: https://www.nuget.org/packages/DependencyVisualizerTool/1.0.0-beta.2#readme-body-tab.

How the readme should look like: https://github.com/nkolev92/dependencyvisualizer?tab=readme-ov-file#dependency-graph-visualizer-tool.