summaryrefslogtreecommitdiff
path: root/vendor/erusev/parsedown/test/data/table_inline_markdown.html
blob: 53d0eb8c7a7a231df025677d77ce0717aa1b6793 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<table>
<thead>
<tr>
<th><em>header</em> 1</th>
<th>header 2</th>
</tr>
</thead>
<tbody>
<tr>
<td><em>cell</em> 1.1</td>
<td><del>cell</del> 1.2</td>
</tr>
<tr>
<td><code>cell</code> 2.1</td>
<td>cell 2.2</td>
</tr>
</tbody>
</table>