shuGH / vscode-table-formatter

Table formatter extension for VSCode.
MIT License
49 stars 12 forks source link

[TEXTILE] Add Support for row and column span #25

Open SnowMB opened 4 years ago

SnowMB commented 4 years ago

When having a table with a row or column span, formatting adds empty cells and treats the span definition as content of the cell:

|_. A |_. B |_. C |_. D |_. E |
| content | content | content | content | content |
|\5. rowspan |
| content | content | content | content | content |

gets formatted to:

|_.      A      |_.    B    |_.    C    |_.    D    |_.    E    |
|   content     |   content |   content |   content |   content |
|   \5. rowspan |           |           |           |           |
|   content     |   content |   content |   content |   content |
quyleanh commented 4 years ago

Please add support this for textile please.