This may be an upstream issue, but it would be nice if column alignment was supported in tables.
Most markdown systems I use support this (including github as seen below)
|Left|Right|Center|
|:---|----:|:----:|
|1|2|3|
|44|55|66|
becomes
| Left |
Right |
Center |
| 1 |
2 |
3 |
| 44 |
55 |
66 |
in notediscovery it becomes:
| Left |
Right |
Center |
| 1 |
2 |
3 |
| 44 |
55 |
66 |
This may be an upstream issue, but it would be nice if column alignment was supported in tables.
Most markdown systems I use support this (including github as seen below)
becomes
in notediscovery it becomes: