README: remove phantom Features-table header + drop 'Or skip ahead'#274
Merged
README: remove phantom Features-table header + drop 'Or skip ahead'#274
Conversation
GitHub-flavored markdown tables require a header row, and ours was `| | | |` — all blank. GitHub renders that as an empty bar above the table. Convert to an HTML `<table>` without a `<thead>` so the grid layout survives without the phantom row.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #274 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 41 41
Lines 6796 6796
=========================================
Hits 6796 6796 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two small README polishes:
Phantom Features header. The Features table used a markdown
| | | |header row — empty on purpose, since every cell is a standalone feature — but GitHub renders that blank header as an empty bar above the grid. Switched to an HTML<table>without<thead>so the grid layout survives without the phantom row."Or skip ahead" flow. The sentence about Examples/Manual is now direct — the prefix implied readers should skip the three-step integration list, which wasn't the intent.
🤖 Generated with Claude Code