mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 01:05:55 +03:00
[GH-ISSUE #1980] MD060 feature request: autofix #795
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#795
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @afeblot on GitHub (Feb 24, 2026).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/1980
The "aligned" table mode is the easiest / most readable mode in the raw markdown files.
However, tables containing emojis are pretty difficult to align manually, and the vscode extensions such as https://marketplace.visualstudio.com/items?itemName=TakumiI.markdowntable which usually automatically aligns table columns also fails handling these tables with emojis properly.
The easiest way for users would be for markdownlint to immediately update table alignments according to the mode configured for MD060.
@seanbudd commented on GitHub (Feb 27, 2026):
+1 tight, compact are also unambiguous. autofixing would be great