diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/extensions/extra/tables.html | 11 | ||||
-rw-r--r-- | tests/extensions/extra/tables.txt | 2 |
2 files changed, 11 insertions, 2 deletions
diff --git a/tests/extensions/extra/tables.html b/tests/extensions/extra/tables.html index 64196ec..85a998d 100644 --- a/tests/extensions/extra/tables.html +++ b/tests/extensions/extra/tables.html @@ -159,4 +159,13 @@ ------------ | ------------- Content Cell | Content Cell Content Cell | Content Cell -</code></pre>
\ No newline at end of file +</code></pre> +<table> +<thead> +<tr> +<th>First Header</th> +<th>Second Header</th> +</tr> +</thead> +<tbody></tbody> +</table>
\ No newline at end of file diff --git a/tests/extensions/extra/tables.txt b/tests/extensions/extra/tables.txt index 3b95511..8acc3c6 100644 --- a/tests/extensions/extra/tables.txt +++ b/tests/extensions/extra/tables.txt @@ -52,4 +52,4 @@ Four spaces is a code block: Content Cell | Content Cell | First Header | Second Header | -| ------------ | ------------- | +| ------------ | ------------- |
\ No newline at end of file |