Skip to content

fix: replace HTML with standard markdown in README for nuget.org rendering#10

Merged
teghoz merged 2 commits into
developfrom
fix/nuget-readme-rendering
May 24, 2026
Merged

fix: replace HTML with standard markdown in README for nuget.org rendering#10
teghoz merged 2 commits into
developfrom
fix/nuget-readme-rendering

Conversation

@teghoz

@teghoz teghoz commented May 24, 2026

Copy link
Copy Markdown
Owner

Problem

NuGet's markdown renderer does not support HTML tags. The <p align="center"> and <img> tags at the top of the README were rendering as raw text on nuget.org package pages.

Additionally, the relative image path assets/logo.png cannot be resolved by nuget.org.

Fix

  • Replace <p>/<img> HTML with standard markdown image syntax
  • Use absolute raw.githubusercontent.com URL for the logo
  • CI badge already used an absolute URL, converted from HTML <a><img> to markdown [![]()]() syntax

Result

Both GitHub and nuget.org will render the logo and CI badge correctly.

…ering

NuGet's markdown renderer does not support HTML tags like <p> and <img>.
Replace with standard markdown syntax and use absolute GitHub URLs for
images so they render correctly on both GitHub and nuget.org.
@teghoz teghoz self-assigned this May 24, 2026
The full-size logo (1254x1254) renders too large in both GitHub and
nuget.org since standard markdown has no width attribute. Use a
dedicated 180px version (logo-sm.png) for the README while keeping
the original for the NuGet package icon.
@teghoz teghoz merged commit 062a95c into develop May 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant