[GH-ISSUE #93] MD055: Table style consistency check #1926

Closed
opened 2026-03-07 20:02:49 +03:00 by kerem · 1 comment
Owner

Originally created by @lloeki on GitHub (Nov 3, 2017).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/93

It would be nice to be able to enforce table style consistency:

| foo | bar |
|-----|-----|
| 123 | 456 |

vs

| foo | bar
|-----|----
| 123 | 456

vs

foo | bar
----|----
123 | 456

Style could be detected as being inconsistent from first occurence, or globally enforced as a setting.

Originally created by @lloeki on GitHub (Nov 3, 2017). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/93 It would be nice to be able to enforce table style consistency: ``` | foo | bar | |-----|-----| | 123 | 456 | ``` vs ``` | foo | bar |-----|---- | 123 | 456 ``` vs ``` foo | bar ----|---- 123 | 456 ``` Style could be detected as being inconsistent from first occurence, or globally enforced as a setting.
kerem 2026-03-07 20:02:49 +03:00
Author
Owner

@StanzillaManticore commented on GitHub (Dec 13, 2019):

Something like https://github.com/remarkjs/remark-lint/tree/master/packages/remark-lint-table-cell-padding would indeed be nice

<!-- gh-comment-id:565296219 --> @StanzillaManticore commented on GitHub (Dec 13, 2019): Something like https://github.com/remarkjs/remark-lint/tree/master/packages/remark-lint-table-cell-padding would indeed be nice
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#1926
No description provided.