hatch icon indicating copy to clipboard operation
hatch copied to clipboard

Style adjustments to the README table render

Open spencerwooo opened this issue 9 months ago • 0 comments

This is more of a style preference suggestion rather than an issue ;)

The current README features a table presenting various badges. It is written in Markdown format, which leaves an empty header at the top. We can fix this by writing the table in HTML directly.

Before:

CI/CD CI - Test CD - Build Hatch CD - Build Hatchling
Docs Docs - Release Docs - Dev
Package PyPI - Version PyPI - Downloads PyPI - Python Version
Meta Hatch project linting - Ruff types - Mypy License - MIT GitHub Sponsors

After:

CI/CD CI - Test CD - Build Hatch CD - Build Hatchling
Docs Docs - Release Docs - Dev
Package PyPI - Version PyPI - Downloads PyPI - Python Version
Meta Hatch project linting - Ruff types - Mypy License - MIT GitHub Sponsors

I'm happy to make a PR for the changes :). Thoughts?

spencerwooo avatar Apr 25 '24 03:04 spencerwooo