Simple table with caption
begin table
begin caption
Demonstration of simple table syntax
end caption
begin headers
begin header
Right
end header
begin header
Left
end header
begin header
Center
end header
begin header
Default
end header
end headers
begin row
begin cell
12
end cell
begin cell
12
end cell
begin cell
12
end cell
begin cell
12
end cell
end row
begin row
begin cell
123
end cell
begin cell
123
end cell
begin cell
123
end cell
begin cell
123
end cell
end row
begin row
begin cell
1
end cell
begin cell
1
end cell
begin cell
1
end cell
begin cell
1
end cell
end row
end table
Simple table without caption
begin table
caption
begin headers
begin header
Right
end header
begin header
Left
end header
begin header
Center
end header
begin header
Default
end header
end headers
begin row
begin cell
12
end cell
begin cell
12
end cell
begin cell
12
end cell
begin cell
12
end cell
end row
begin row
begin cell
123
end cell
begin cell
123
end cell
begin cell
123
end cell
begin cell
123
end cell
end row
begin row
begin cell
1
end cell
begin cell
1
end cell
begin cell
1
end cell
begin cell
1
end cell
end row
end table
Simple table indented two spaces
begin table
begin caption
Demonstration of simple table syntax
end caption
begin headers
begin header
Right
end header
begin header
Left
end header
begin header
Center
end header
begin header
Default
end header
end headers
begin row
begin cell
12
end cell
begin cell
12
end cell
begin cell
12
end cell
begin cell
12
end cell
end row
begin row
begin cell
123
end cell
begin cell
123
end cell
begin cell
123
end cell
begin cell
123
end cell
end row
begin row
begin cell
1
end cell
begin cell
1
end cell
begin cell
1
end cell
begin cell
1
end cell
end row
end table
Multiline table with caption
begin table
begin caption
Here's the caption
It may span multiple lines
end caption
begin headers
begin header
Centered Header
end header
begin header
Left Aligned
end header
begin header
Right Aligned
end header
begin header
Default aligned
end header
end headers
begin row
begin cell
First
end cell
begin cell
row
end cell
begin cell
12.0
end cell
begin cell
Example of a row that spans multiple lines
end cell
end row
begin row
begin cell
Second
end cell
begin cell
row
end cell
begin cell
5.0
end cell
begin cell
Here's another one
Note the blank line between rows
end cell
end row
end table
Multiline table without caption
begin table
caption
begin headers
begin header
Centered Header
end header
begin header
Left Aligned
end header
begin header
Right Aligned
end header
begin header
Default aligned
end header
end headers
begin row
begin cell
First
end cell
begin cell
row
end cell
begin cell
12.0
end cell
begin cell
Example of a row that spans multiple lines
end cell
end row
begin row
begin cell
Second
end cell
begin cell
row
end cell
begin cell
5.0
end cell
begin cell
Here's another one
Note the blank line between rows
end cell
end row
end table
Table without column headers
begin table
caption
begin headers
header
header
header
header
end headers
begin row
begin cell
12
end cell
begin cell
12
end cell
begin cell
12
end cell
begin cell
12
end cell
end row
begin row
begin cell
123
end cell
begin cell
123
end cell
begin cell
123
end cell
begin cell
123
end cell
end row
begin row
begin cell
1
end cell
begin cell
1
end cell
begin cell
1
end cell
begin cell
1
end cell
end row
end table
Multiline table without column headers
begin table
caption
begin headers
header
header
header
header
end headers
begin row
begin cell
First
end cell
begin cell
row
end cell
begin cell
12.0
end cell
begin cell
Example of a row that spans multiple lines
end cell
end row
begin row
begin cell
Second
end cell
begin cell
row
end cell
begin cell
5.0
end cell
begin cell
Here's another one
Note the blank line between rows
end cell
end row
end table