TABLES

Different types of ORG tables.

Simple table, no header.

Cell oneCell two
Cell threeCell four

Indented table

Cell one
Cell two

And here’s some paragraph content. The line breaks will need to get removed here, but not for the tables.

Table with header

OneTwoThree
FourFiveSix
SevenEightNine

The separator row should not get printed out.

Table with complete box

OneTwoThree
FourFiveSix
SevenEightNine

Only the first row should be a header row.

Table with extra lines

OneTwoThree
FourFiveSix
SevenEightNine
TenElevenTwelve

Only the first row should be a header row.

Fix error when table starts with hline (Thanks @til!)

foobar
12

https://github.com/bdewey/org-ruby/pull/34