Updated Alignment Example (markdown)

Yu-Chiang Hsu
2021-08-07 12:12:21 -04:00
parent 4b77c09448
commit a0cc1865e6

@@ -2,30 +2,4 @@ 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.
`No Alignment`
`| Test Alignment |`
`|----------------------|`
`| Hello test alignment |`
`| test 2 |`
`Left Alignment`
`| Test Alignment |`
`|:---------------------|`
`| Hello test alignment |`
`| test 2 |`
`Right Alignment`
`| Test Alignment |`
`|---------------------:|`
`| Hello test alignment |`
`| test 2 |`
`Center Alignment`
`| Test Alignment |`
`|:--------------------:|`
`| Hello test alignment |`
`| test 2 |`
![Alignment Example](https://p217.p3.n0.cdn.getcloudapp.com/items/d5uR4zJW/868db559-02f7-4865-b2ba-e5463eb6e263.png?source=viewer&v=81e017e36c4c3c809fa5d3c0f715f186)