aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions/extra/tables.html
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2015-04-06 18:48:33 -0400
committerWaylan Limberg <waylan.limberg@icloud.com>2015-04-06 18:48:33 -0400
commit3481625df718efb6d4d9241085f3b3b3573917e3 (patch)
tree2232ecabc3db7df283f6b2b408c6a6915ff5dd89 /tests/extensions/extra/tables.html
parentcf7234dea91637de77179bf6e00c66e15c06f070 (diff)
parent8cd0446d3ddfeee6843549869ce0c20ec6d3e67a (diff)
downloadmarkdown-3481625df718efb6d4d9241085f3b3b3573917e3.tar.gz
markdown-3481625df718efb6d4d9241085f3b3b3573917e3.tar.bz2
markdown-3481625df718efb6d4d9241085f3b3b3573917e3.zip
Merge pull request #400 from pieterprovoost/emptytable
support empty table
Diffstat (limited to 'tests/extensions/extra/tables.html')
-rw-r--r--tests/extensions/extra/tables.html11
1 files changed, 10 insertions, 1 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