NCronJob
NCronJob copied to clipboard
Fix Nuget Readme rendering
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.
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.
Basically we are blocked by: https://github.com/NuGet/NuGetGallery/issues/8644