Skip to content

Commit 8cd0446

Browse files
updated tables test
1 parent 47737e4 commit 8cd0446

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

tests/extensions/extra/tables.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,13 @@ <h2>Table Tests</h2>
159159
------------ | -------------
160160
Content Cell | Content Cell
161161
Content Cell | Content Cell
162-
</code></pre>
162+
</code></pre>
163+
<table>
164+
<thead>
165+
<tr>
166+
<th>First Header</th>
167+
<th>Second Header</th>
168+
</tr>
169+
</thead>
170+
<tbody></tbody>
171+
</table>

tests/extensions/extra/tables.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ Four spaces is a code block:
5252
Content Cell | Content Cell
5353

5454
| First Header | Second Header |
55-
| ------------ | ------------- |
55+
| ------------ | ------------- |

0 commit comments

Comments
 (0)