Skip to content

Instantly share code, notes, and snippets.

@gnuwilliam
Last active December 20, 2015 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gnuwilliam/6205602 to your computer and use it in GitHub Desktop.
Save gnuwilliam/6205602 to your computer and use it in GitHub Desktop.
gist for sudotrap
<!-- Normal -->
<table class="table">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Github user</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>William</td>
<td>Oliveira</td>
<td>@gnuwilliam</td>
</tr>
<tr>
<td>2</td>
<td>Allan</td>
<td>Esquina</td>
<td>@allanesquina</td>
</tr>
<tr>
<td>3</td>
<td>John</td>
<td>Doe</td>
<td>@johndoe</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment