From 544ef3bc588d4180d7ecad15bdacd43813a7c5c5 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 12 Dec 2019 14:51:10 +0000 Subject: update composer libs and minor notifications display fixes --- .../php-markdown-extra.mdtest/Tables.xhtml | 333 +++++++++++++++++++++ 1 file changed, 333 insertions(+) create mode 100644 vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Tables.xhtml (limited to 'vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Tables.xhtml') diff --git a/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Tables.xhtml b/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Tables.xhtml new file mode 100644 index 000000000..87fe8b332 --- /dev/null +++ b/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Tables.xhtml @@ -0,0 +1,333 @@ +

Simple tables

+ + + + + + + + + + + + + + + + + + +
Header 1Header 2
Cell 1Cell 2
Cell 3Cell 4
+ +

With leading pipes:

+ + + + + + + + + + + + + + + + + + +
Header 1Header 2
Cell 1Cell 2
Cell 3Cell 4
+ +

With tailing pipes:

+ + + + + + + + + + + + + + + + + + +
Header 1Header 2
Cell 1Cell 2
Cell 3Cell 4
+ +

With leading and tailing pipes:

+ + + + + + + + + + + + + + + + + + +
Header 1Header 2
Cell 1Cell 2
Cell 3Cell 4
+ +
+ +

One-column one-row table

+ +

With leading pipes:

+ + + + + + + + + + + + +
Header
Cell
+ +

With tailing pipes:

+ + + + + + + + + + + + +
Header
Cell
+ +

With leading and tailing pipes:

+ + + + + + + + + + + + +
Header
Cell
+ +
+ +

Table alignement:

+ + + + + + + + + + + + + + + + + + + + + + + + +
DefaultRightCenterLeft
Long CellLong CellLong CellLong Cell
CellCellCellCell
+ +

Table alignement (alternate spacing):

+ + + + + + + + + + + + + + + + + + + + + + + + +
DefaultRightCenterLeft
Long CellLong CellLong CellLong Cell
CellCellCellCell
+ +
+ +

Empty cells

+ + + + + + + + + + + + + + + + + + +
Header 1Header 2
AB
C
+ + + + + + + + + + + + + + + + + + +
Header 1Header 2
AB
D
+ +
+ +

Missing tailing pipe

+ + + + + + + + + + + + + + + + + + +
Header 1Header 2
CellCell
CellCell
+ + + + + + + + + + + + + + + + + + +
Header 1Header 2
CellCell
CellCell
+ + + + + + + + + + + + + + + + + + +
Header 1Header 2
CellCell
CellCell
+ + + + + + + + + + + + + + + + + + +
Header 1Header 2
CellCell
CellCell
+ +
+ +

Too many pipes in rows

+ + + + + + + + + + + + + + + + + + +
Header 1Header 2
CellCell | Extra cell?
CellCell | Extra cell?
-- cgit v1.2.3