[GH-ISSUE #92] MD056: Table cell count consistency check #1924

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/92

This could produce a cell count consistency warning:

aze | qsd | wxc
----|-----
123 | 456

or

aze | qsd
----|-----|-----
123 | 456 | 678

The former is not rendered by parsers at all, but the latter is rendered, only exceeding cells are missing.

Originally created by @lloeki on GitHub (Nov 3, 2017). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/92 This could produce a cell count consistency warning: ``` aze | qsd | wxc ----|----- 123 | 456 ``` or ``` aze | qsd ----|-----|----- 123 | 456 | 678 ``` The former is not rendered by parsers at all, but the latter is rendered, only exceeding cells are missing.
kerem 2026-03-07 20:02:49 +03:00
Author
Owner

@JacksonTian commented on GitHub (Sep 6, 2022):

Hope to see it.

<!-- gh-comment-id:1238114716 --> @JacksonTian commented on GitHub (Sep 6, 2022): Hope to see it.
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#1924
No description provided.