Просмотр исходного кода

add multiple markdown tables test

vincent 10 лет назад
Родитель
Сommit
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   |