Sha256: 323675ff458f10e989263d0cb54083d913e1ce2930910daca6c58ffbb740b4be

Contents?: true

Size: 609 Bytes

Versions: 2

Compression:

Stored size: 609 Bytes

Contents

| cell1 | cell2 |
|cell3 | cell4|
|cell5|cell6 \|	
| cell7|cell8   

Missing cells at end

| cell1 | cell2 | cell3 |
| cell1 ||
|| cell2 | cell3

Escaped pipe characters

| cell1 \| cell1 | cell2 |
| cell1          | cell2 \|
| cell1 `|` con | cell2

Table with code elements

| This is a <code>span | with</code> a pipe.
| Some <em>span | </em> here | a <code>span | with</code> a | pipe.

{:.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 |

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kramdown-0.13.2 test/testcases/block/14_table/simple.text
kramdown-0.13.1 test/testcases/block/14_table/simple.text