diff options
author | pieterprovoost <pieterprovoost@gmail.com> | 2015-04-06 13:10:09 +0200 |
---|---|---|
committer | pieterprovoost <pieterprovoost@gmail.com> | 2015-04-06 13:10:09 +0200 |
commit | 8cd0446d3ddfeee6843549869ce0c20ec6d3e67a (patch) | |
tree | 2232ecabc3db7df283f6b2b408c6a6915ff5dd89 /tests/extensions/extra/tables.html | |
parent | 47737e4a515e63e21bbfd2d2b35404fe44432890 (diff) | |
download | markdown-8cd0446d3ddfeee6843549869ce0c20ec6d3e67a.tar.gz markdown-8cd0446d3ddfeee6843549869ce0c20ec6d3e67a.tar.bz2 markdown-8cd0446d3ddfeee6843549869ce0c20ec6d3e67a.zip |
updated tables test
Diffstat (limited to 'tests/extensions/extra/tables.html')
-rw-r--r-- | tests/extensions/extra/tables.html | 11 |
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 |