We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47737e4 commit 8cd0446Copy full SHA for 8cd0446
tests/extensions/extra/tables.html
@@ -159,4 +159,13 @@ <h2>Table Tests</h2>
159
------------ | -------------
160
Content Cell | Content Cell
161
162
-</code></pre>
+</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
@@ -52,4 +52,4 @@ Four spaces is a code block:
52
53
54
| First Header | Second Header |
55
-| ------------ | ------------- |
+| ------------ | ------------- |
0 commit comments