add multiple markdown tables test

This commit is contained in:
vincent 2014-11-11 16:48:01 +01:00
parent 4909f81cf9
commit 5eb7e618e9
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,17 @@
Table Test
============
section 1
------------
|header1 |header2 |header3|
|-----------|-----------|---------|
|Value1 |Value2 |Value3 |
section 2
-----------
|headerA |headerB |headerC|
|-----------|-----------|---------|
|ValueA |ValueB |ValueC |

View File

@ -0,0 +1,17 @@
Table Test
============
section 1
------------
|header1 |header2 |header3|
|-----------|-----------|---------|
|Value1 |Value2 |Value3 |
section 2
-----------
|headerA |headerB |headerC|
|-----------|-----------|---------|
|ValueA |ValueB |ValueC |