Table: center and right alignment
I am not sure whether this is an issue or enhancement.
There is no possibility to align a column within a table.
Github markdown syntax supports column alignment: center and right.
Presence of colons in a header row determine column alignment there:
- |:----| - left alignment
- |:---:| - center alignment
- |----:| - right alignment
In the following table the second column would be center-aligned, third one righ-aligned. However, all of them are left-aligned.
Left | Center | Right |
---|---|---|
v1 | v2 | v3 |