Skip to content

Instantly share code, notes, and snippets.

@hypothermic
Last active October 4, 2018 15:47
Show Gist options
  • Save hypothermic/14a6ac6dab7678b0706db390f3050451 to your computer and use it in GitHub Desktop.
Save hypothermic/14a6ac6dab7678b0706db390f3050451 to your computer and use it in GitHub Desktop.
Table comment test
|   ID    |              Info               |
| ------- | ------------------------------- |
| 1       | I want to keep this row         |
<!--| 2       | This row must be commented out! |-->
| 3       | I want to keep this row         |

renders to:

ID Info
1 I want to keep this row

| 3 | I want to keep this row |

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