Columns should be alighned properly with all characters.
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) | โ | โ๐ถ | โ (โ) |
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 ๐ ๐