Updated Alignment Example (markdown)

Yu-Chiang Hsu
2021-08-07 12:09:38 -04:00
parent 57a2f7fd0d
commit 4b77c09448

@@ -3,29 +3,29 @@ Had a challenging time toi figure out alignment for the great Vim-Table-Mode so
The alignment depends on where you put the <:>. Here are 4 use cases. The alignment depends on where you put the <:>. Here are 4 use cases.
No Alignment `No Alignment`
| Test Alignment | `| Test Alignment |`
|----------------------| `|----------------------|`
| Hello test alignment | `| Hello test alignment |`
| test 2 | `| test 2 |`
Left Alignment `Left Alignment`
| Test Alignment | `| Test Alignment |`
|:---------------------| `|:---------------------|`
| Hello test alignment | `| Hello test alignment |`
| test 2 | `| test 2 |`
Right Alignment `Right Alignment`
| Test Alignment | `| Test Alignment |`
|---------------------:| `|---------------------:|`
| Hello test alignment | `| Hello test alignment |`
| test 2 | `| test 2 |`
Center Alignment `Center Alignment`
| Test Alignment | `| Test Alignment |`
|:--------------------:| `|:--------------------:|`
| Hello test alignment | `| Hello test alignment |`
| test 2 | `| test 2 |`