At the moment the CJK characters take up a single space in the tables.
Example:
| H | H |
|---|---|
| x | x |
| 文 | x |
| 佚 | x |
Taking into account the monospaced font in VsCode, such characters should report length of 2 to produce a similarly formatted table:
| H | H |
|----|---|
| x | x |
| 文 | x |
| 佚 | x |
At the moment the CJK characters take up a single space in the tables.
Example:
Taking into account the monospaced font in VsCode, such characters should report length of 2 to produce a similarly formatted table: