Skip to content

README: remove phantom Features-table header + drop 'Or skip ahead'#274

Merged
dfed merged 2 commits intomainfrom
claude/readme-remove-phantom-features-header
Apr 20, 2026
Merged

README: remove phantom Features-table header + drop 'Or skip ahead'#274
dfed merged 2 commits intomainfrom
claude/readme-remove-phantom-features-header

Conversation

@dfed
Copy link
Copy Markdown
Owner

@dfed dfed commented Apr 20, 2026

Two small README polishes:

  1. 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.

  2. "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

dfed added 2 commits April 20, 2026 07:57
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
Copy link
Copy Markdown

codecov Bot commented Apr 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (e91633b) to head (6ff63bb).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #274   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           41        41           
  Lines         6796      6796           
=========================================
  Hits          6796      6796           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dfed dfed merged commit f9f10d0 into main Apr 20, 2026
17 checks passed
@dfed dfed deleted the claude/readme-remove-phantom-features-header branch April 20, 2026 15:34
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