Skip to content

markdownlint: allow consistent table style instead of enforcing compact#227

Merged
miharp merged 1 commit into
OpenVoxProject:masterfrom
miharp:fix/markdownlint-table-style-consistent
May 20, 2026
Merged

markdownlint: allow consistent table style instead of enforcing compact#227
miharp merged 1 commit into
OpenVoxProject:masterfrom
miharp:fix/markdownlint-table-style-consistent

Conversation

@miharp
Copy link
Copy Markdown
Contributor

@miharp miharp commented May 20, 2026

Allow consistent table column style instead of enforcing compact.

Compact style disallows extra spaces used to visually align table columns in source. Consistent style permits either compact or padded tables as long as each file is internally uniform — preserving readability for wide or complex tables without giving up all lint enforcement.

Closes #226

@miharp miharp requested a review from a team as a code owner May 20, 2026 12:01
…g compact

Compact style disallows extra spaces used to visually align table columns.
Consistent style allows either compact or padded tables as long as each file
uses one style internally, preserving readability for wide tables.

Fixes OpenVoxProject#226

Signed-off-by: Michael Harp <mike@mikeharp.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@miharp miharp force-pushed the fix/markdownlint-table-style-consistent branch from 5f7ef8c to 1f20787 Compare May 20, 2026 12:02
@miharp miharp merged commit cd4d26f into OpenVoxProject:master May 20, 2026
4 checks passed
@miharp miharp deleted the fix/markdownlint-table-style-consistent branch May 20, 2026 12:18
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.

Change markdownlint table style from compact to consistent

2 participants