소스 검색

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   |