Skip to content

Fix MD060 table alignment errors caused by wide emoji in README.md#427

Draft
Copilot wants to merge 2 commits intodependabot/pre_commit/https-/github.com/igorshubovych/markdownlint-cli-0.48.0from
copilot/sub-pr-424
Draft

Fix MD060 table alignment errors caused by wide emoji in README.md#427
Copilot wants to merge 2 commits intodependabot/pre_commit/https-/github.com/igorshubovych/markdownlint-cli-0.48.0from
copilot/sub-pr-424

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 10, 2026

markdownlint-cli 0.48.0 introduced visual-width-aware alignment checks (MD060), breaking on the ✅ emoji (U+2705) — an East Asian Wide character that occupies 2 visual columns but 1 code point. This caused all 12 data rows in the compatibility table to report misaligned pipes.

Fix

  • Removed one leading space from each status cell to compensate for ✅'s extra visual column, making all rows visually 31 columns wide — matching the header
- | Apple TV           |   ✅*   |
+ | Apple TV           |  ✅*   |
- | Samsung TV (Tizen) |   ✅    |
+ | Samsung TV (Tizen) |  ✅    |

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: dmunozv04 <39565245+dmunozv04@users.noreply.github.com>
Copilot AI changed the title [WIP] Update markdownlint-cli from v0.45.0 to v0.48.0 Fix MD060 table alignment errors caused by wide emoji in README.md Mar 10, 2026
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.

2 participants