Before
Input
| Name|Score| Note| |:--|--:|:--:| |Alice|9|ok| |Bob|10|great|
Paste, format, and copy. Align Markdown tables for readability.
Keeps alignment markers (:--- / ---: / :---:) and formats only detected table blocks.
Input
| Name|Score| Note| |:--|--:|:--:| |Alice|9|ok| |Bob|10|great|
Output
| Name | Score | Note | | :---- | ----: | :---: | | Alice | 9 | ok | | Bob | 10 | great |
Visual alignment can differ by font and environment, especially with full-width characters. Try switching width mode to full-width as 2.
Alignment markers :--- / ---: / :---: are preserved during formatting.
Only table-like blocks are detected and formatted. Other lines remain unchanged.
Often yes, but a block can be skipped when column counts cannot be determined safely.