mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
12 lines
200 B
HTML
12 lines
200 B
HTML
|
<table>
|
||
|
<thead>
|
||
|
<tr>
|
||
|
<th id="first_header" style="text-align:left;"> First Header </th>
|
||
|
<th id="second_header" style="text-align:left;"> Second Header </th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
|
||
|
<tbody>
|
||
|
</tbody>
|
||
|
</table>
|