test/testcases/block/14_table/simple.text in kramdown-0.10.0 vs test/testcases/block/14_table/simple.text in kramdown-0.11.0
- old
+ new
@@ -12,5 +12,27 @@
Escaped pipe characters
| cell1 \| cell1 | cell2 |
| cell1 | cell2 \|
| cell1 `\|` con | cell2
+
+{:.cls}
+| table | with | ial
+
+| table | with | ial
+{:.cls}
+
+not starting with a bar
+
+simple | table
+
+head1 | head2
+------|------
+cell1 | cell2
+
+ head1 | head2
+-------|------
+ | cell2
+
+| a | b |
+ c | d
+| e | f |