Skip to content

Commit

Permalink
test: add test for issue #179
Browse files Browse the repository at this point in the history
Partial, add html
  • Loading branch information
tivie committed Jul 22, 2015
1 parent 8beec35 commit 7c73722
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions test/features/tables/#179.parse_md_in_table_ths.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<table>
<thead>
<tr>
<th><em>foo</em></th>
<th><strong>bar</strong></th>
<th><del>baz</del></th>
</tr>
</thead>
<tbody>
<tr>
<td>100</td>
<td>blabla</td>
<td>aaa</td>
</tr>
</tbody>
</table>

0 comments on commit 7c73722

Please sign in to comment.