[GH-ISSUE #90] Table alignment checks #75

Closed
opened 2026-03-03 01:23:31 +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/90

This could produce an alignment warning, enticing people to draw text-clean tables:

aze | qsd
------|----
123 | 456
Originally created by @lloeki on GitHub (Nov 3, 2017). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/90 This could produce an alignment warning, enticing people to draw text-clean tables: ``` aze | qsd ------|---- 123 | 456 ```
kerem 2026-03-03 01:23:31 +03:00
Author
Owner

@swirle13 commented on GitHub (May 27, 2025):

Markdown All In One does this with their extension (https://github.com/yzhang-gh/vscode-markdown/blob/master/src/tableFormatter.ts) but I much prefer Markdownlint as my formatter of choice. Only thing missing from this extension is this table formatting. I'm hoping this feature could be added. I may try to take a stab at it outside of work hours.

<!-- gh-comment-id:2913945033 --> @swirle13 commented on GitHub (May 27, 2025): Markdown All In One does this with their extension (https://github.com/yzhang-gh/vscode-markdown/blob/master/src/tableFormatter.ts) but I much prefer Markdownlint as my formatter of choice. Only thing missing from this extension is this table formatting. I'm hoping this feature could be added. I may try to take a stab at it outside of work hours.
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#75
No description provided.