This commit is contained in:
yuin 2019-12-20 11:11:28 +09:00
parent 26fb0b56e6
commit e0171097bf

View file

@ -188,3 +188,26 @@ bar
</thead>
</table>
//= = = = = = = = = = = = = = = = = = = = = = = =//
9
//- - - - - - - - -//
Foo|Bar
---|---
`Yoyo`|Dyne
//- - - - - - - - -//
<table>
<thead>
<tr>
<th>Foo</th>
<th>Bar</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>Yoyo</code></td>
<td>Dyne</td>
</tr>
</tbody>
//= = = = = = = = = = = = = = = = = = = = = = = =//