mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
ddaacfc41a
Closes #256
15 lines
199 B
HTML
15 lines
199 B
HTML
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>key</th>
|
|
<th>value</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>My Key</td>
|
|
<td>My Value</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|