mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
19 lines
228 B
HTML
19 lines
228 B
HTML
|
<table>
|
||
|
<thead>
|
||
|
<tr>
|
||
|
<td></td>
|
||
|
<td></td>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td>foo</td>
|
||
|
<td>bar</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>barista</td>
|
||
|
<td>yes</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|