mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Updated Alignment Example (markdown)
@@ -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.
|
||||
|
||||
|
||||
No Alignment
|
||||
| Test Alignment |
|
||||
|----------------------|
|
||||
| Hello test alignment |
|
||||
| test 2 |
|
||||
`No Alignment`
|
||||
`| Test Alignment |`
|
||||
`|----------------------|`
|
||||
`| Hello test alignment |`
|
||||
`| test 2 |`
|
||||
|
||||
|
||||
Left 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 |
|
||||
`Right Alignment`
|
||||
`| Test Alignment |`
|
||||
`|---------------------:|`
|
||||
`| Hello test alignment |`
|
||||
`| test 2 |`
|
||||
|
||||
|
||||
Center Alignment
|
||||
| Test Alignment |
|
||||
|:--------------------:|
|
||||
| Hello test alignment |
|
||||
| test 2 |
|
||||
`Center Alignment`
|
||||
`| Test Alignment |`
|
||||
`|:--------------------:|`
|
||||
`| Hello test alignment |`
|
||||
`| test 2 |`
|
||||
|
||||
Reference in New Issue
Block a user