Format Table command produces unaligned result when cell contains an emoji
redactedscribe opened this issue ยท 0 comments
redactedscribe commented
Emoji | Color | Color 2 |
---|---|---|
๐ | Red | Green |
Lime | Brown | |
๐ | Yellow | - |
Markdown:
| Emoji | Color | Color 2 |
| - | - | - |
| ๐ | Red | Green |
| ๐ | Lime | Brown |
| ๐ | Yellow | - |
After Format Table command:
| Emoji | Color | Color 2 |
| ----- | ------ | ------- |
| ๐ | Red | Green |
| ๐ | Lime | Brown |
| ๐ | Yellow | - |
Note: Even when fixing the table after the fact by hand, the table isn't perfectly aligned, at least on my system (but better than before):
| Emoji | Color | Color 2 |
| ----- | ------ | ------- |
| ๐ | Red | Green |
| ๐ | Lime | Brown |
| ๐ | Yellow | - |
Markdown Extended 1.1.3
VS Code 1.78