44 lines
575 B
HTML
44 lines
575 B
HTML
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>abc</th>
|
|
<th>def</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>bar</td>
|
|
<td>foo</td>
|
|
</tr>
|
|
<tr>
|
|
<td>baz</td>
|
|
<td>boo</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<pre><code>a simple
|
|
*indented* code block
|
|
</code></pre>
|
|
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>abc</th>
|
|
<th>def</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>bar</td>
|
|
<td>foo</td>
|
|
</tr>
|
|
<tr>
|
|
<td>baz</td>
|
|
<td>boo</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<pre><code>a simple
|
|
*indented* code block
|
|
</code></pre>
|