Current section
Files
Jump to
Current section
Files
deps/hoedown/test/Tests/Table.text
# 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|