瀏覽代碼

add multiple markdown tables test

vincent 10 年之前
父節點
當前提交
5eb7e618e9
共有 2 個文件被更改,包括 34 次插入0 次删除
  1. 17 0
      test/extensions/table/multiple-tables.html
  2. 17 0
      test/extensions/table/multiple-tables.md

+ 17 - 0
test/extensions/table/multiple-tables.html

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

+ 17 - 0
test/extensions/table/multiple-tables.md

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