Vscode-markdown: Markdown table formater with unicode characters

Created on 10 Oct 2018  ยท  2Comments  ยท  Source: yzhang-gh/vscode-markdown

What is the problem?

Columns should be alighned properly with all characters.

How can I reproduce it?

Example table (formated with table formater):

| App name **(Scoop name)**                   | Tested | Checkver | Auto (Hash) |
| ------------------------------------------- | :----: | :------: | :---------: |
| [X3 Bold Red Cursor **(X3)**](./X3.json)    | โŒ      | โญ•        | โญ• (โญ•)       |
| [Easy2Boot **(E2B)**](./E2B.json)           | โŒ      | โœ”        | โœ” (โ›”)       |
| [Spybot 2 **(Spybot)**](./TODO/Spybot.json) | โŒ      | โœ”        | โœ” (โœ”)       |
| [VMware **(VMware)**](./TODO/VMware.json)   | โŒ      | โœ”๐Ÿ”ถ      | โœ” (โœ”)       |

Expected:

| App name **(Scoop name)**                   | Tested | Checkver | Auto (Hash) |
| ------------------------------------------- | :----: | :------: | :---------: |
| [X3 Bold Red Cursor **(X3)**](./X3.json)    | โŒ     | โญ•      | โญ• (โญ•)    |
| [Easy2Boot **(E2B)**](./E2B.json)           | โŒ     | โœ”       | โœ” (โ›”)     |
| [Spybot 2 **(Spybot)**](./TODO/Spybot.json) | โŒ     | โœ”       | โœ” (โœ”)      |
| [VMware **(VMware)**](./TODO/VMware.json)   | โŒ     | โœ”๐Ÿ”ถ    | โœ” (โœ”)      |
Duplicate

All 2 comments

There is no good solution for now (and possibly for a long time).

The columns can be aligned because of the monospace font which makes all characters the same width.
Then we can add extra spaces to align the columns. Unfortunately, that doesn't hold for emoji characters.

You can find more information in #151.

Sorry for duplicate. This is what happen when you want fast complete issue before shower and forgot to search ๐Ÿ˜ ๐Ÿ˜ƒ

Was this page helpful?
0 / 5 - 0 ratings

Related issues

deanishe picture deanishe  ยท  4Comments

akurani picture akurani  ยท  4Comments

MisterY picture MisterY  ยท  3Comments

ichirou2910 picture ichirou2910  ยท  3Comments

gurbindersingh picture gurbindersingh  ยท  4Comments