NCronJob-Dev / NCronJob

A Job Scheduler sitting on top of IHostedService in dotnet.
https://docs.ncronjob.dev/
MIT License
158 stars 11 forks source link

Fix Nuget Readme rendering #123

Open nulltoken opened 2 weeks ago

nulltoken commented 2 weeks ago

Describe the bug As seen on https://www.nuget.org/packages/NCronJob#readme-body-tab, the html trickery doesn't play well with nuger.org markdown rendering engine.

image

linkdotnet commented 2 weeks ago

Yeah we could have a separate README.md just for nuget - not sure why <h1> and stuff doesn't work. The img src should probably use the github.com/NcronJob-Dev/... URL instead of a relative one.

linkdotnet commented 2 weeks ago

Basically we are blocked by: https://github.com/NuGet/NuGetGallery/issues/8644