Skip to content

Instantly share code, notes, and snippets.

@seamustuohy
Created April 15, 2015 12:57
Show Gist options
  • Save seamustuohy/af97d39e2c983d85cda3 to your computer and use it in GitHub Desktop.
Save seamustuohy/af97d39e2c983d85cda3 to your computer and use it in GitHub Desktop.
table example

Original table

|hello|short|LONG TEXT BUT NOT SO LONG|
|-|
|1||LONG BUT SHORT REALLY| 2----------------------------------------4|
|this|has|more|col|than|any|other|

This is what it turns into when I press tab

| hello | short | LONG TEXT BUT NOT SO LONG |                                            |      |     |       |
|-------+-------+---------------------------+--------------------------------------------+------+-----+-------|
| 1     |       | LONG BUT SHORT REALLY     | 2----------------------------------------4 |      |     |       |
| this  | has   | more                      |                                        col | than | any | other |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment