summaryrefslogtreecommitdiff
path: root/test/Tests/Table.text
blob: 37df5397cefdbaa17b65ac302bbc620260607637 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Standard table

|headline1|headline2|
|---------|---------|
|123      |         |


# Cell alignment

|headline1|headline2|headline3|
|:-------|:------:|------:|
|123|||


# Malformed table: missing cell at row in body

|headline1|headline2|headline3|
|-------|-------|-------|
|12
|34||
|56|