mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
add multiple markdown tables test
This commit is contained in:
parent
4909f81cf9
commit
5eb7e618e9
17
test/extensions/table/multiple-tables.html
Normal file
17
test/extensions/table/multiple-tables.html
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
Table Test
|
||||||
|
============
|
||||||
|
|
||||||
|
section 1
|
||||||
|
------------
|
||||||
|
|
||||||
|
|header1 |header2 |header3|
|
||||||
|
|-----------|-----------|---------|
|
||||||
|
|Value1 |Value2 |Value3 |
|
||||||
|
|
||||||
|
|
||||||
|
section 2
|
||||||
|
-----------
|
||||||
|
|
||||||
|
|headerA |headerB |headerC|
|
||||||
|
|-----------|-----------|---------|
|
||||||
|
|ValueA |ValueB |ValueC |
|
17
test/extensions/table/multiple-tables.md
Normal file
17
test/extensions/table/multiple-tables.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
Table Test
|
||||||
|
============
|
||||||
|
|
||||||
|
section 1
|
||||||
|
------------
|
||||||
|
|
||||||
|
|header1 |header2 |header3|
|
||||||
|
|-----------|-----------|---------|
|
||||||
|
|Value1 |Value2 |Value3 |
|
||||||
|
|
||||||
|
|
||||||
|
section 2
|
||||||
|
-----------
|
||||||
|
|
||||||
|
|headerA |headerB |headerC|
|
||||||
|
|-----------|-----------|---------|
|
||||||
|
|ValueA |ValueB |ValueC |
|
Loading…
Reference in New Issue
Block a user