Skip to content

Instantly share code, notes, and snippets.

@gnuwilliam
Created August 11, 2013 22:10
Show Gist options
  • Save gnuwilliam/6207117 to your computer and use it in GitHub Desktop.
Save gnuwilliam/6207117 to your computer and use it in GitHub Desktop.
gist for sudotrap
<!-- Bordered -->
<table class="table table-bordered">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Github user</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="2">1</td>
<td>William</td>
<td>Oliveira</td>
<td>@gnuwilliam</td>
</tr>
<tr>
<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 colspan="2">John 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