diff --git a/test/extensions/table/large.html b/test/extensions/table/large.html new file mode 100644 index 0000000..26a10cc --- /dev/null +++ b/test/extensions/table/large.html @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
First Header Second Header Third Header Fourth Header
Row 1 Cell 1 Row 1 Cell 2 Row 1 Cell 3 Row 1 Cell 4
Row 2 Cell 1 Row 2 Cell 2 Row 2 Cell 3 Row 2 Cell 4
Row 3 Cell 1 Row 3 Cell 2 Row 3 Cell 3 Row 3 Cell 4
Row 4 Cell 1 Row 4 Cell 2 Row 4 Cell 3 Row 4 Cell 4
Row 5 Cell 1 Row 5 Cell 2 Row 5 Cell 3 Row 5 Cell 4
diff --git a/test/extensions/table/large.md b/test/extensions/table/large.md new file mode 100644 index 0000000..e18e478 --- /dev/null +++ b/test/extensions/table/large.md @@ -0,0 +1,7 @@ +| First Header | Second Header | Third Header | Fourth Header | +| ------------- | ------------- | ------------ | ------------- | +| Row 1 Cell 1 | Row 1 Cell 2 | Row 1 Cell 3 | Row 1 Cell 4 | +| Row 2 Cell 1 | Row 2 Cell 2 | Row 2 Cell 3 | Row 2 Cell 4 | +| Row 3 Cell 1 | Row 3 Cell 2 | Row 3 Cell 3 | Row 3 Cell 4 | +| Row 4 Cell 1 | Row 4 Cell 2 | Row 4 Cell 3 | Row 4 Cell 4 | +| Row 5 Cell 1 | Row 5 Cell 2 | Row 5 Cell 3 | Row 5 Cell 4 | diff --git a/test/extensions/table/with-equals.html b/test/extensions/table/with-equals.html new file mode 100644 index 0000000..4fd41db --- /dev/null +++ b/test/extensions/table/with-equals.html @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + +
First Header Second Header
Row 1 Cell 1 Row 1 Cell 2
Row 2 Cell 1 Row 2 Cell 2
diff --git a/test/extensions/table/with-equals.md b/test/extensions/table/with-equals.md new file mode 100644 index 0000000..744a6db --- /dev/null +++ b/test/extensions/table/with-equals.md @@ -0,0 +1,4 @@ +| First Header | Second Header | +| ============= | ============= | +| Row 1 Cell 1 | Row 1 Cell 2 | +| Row 2 Cell 1 | Row 2 Cell 2 |