TABLES
Different types of ORG tables.
| Cell one | Cell two | 
| Cell three | Cell four | 
| Cell one | 
| Cell two | 
And here’s some paragraph content. The line breaks will need to get removed here, but not for the tables.
| One | Two | Three | 
|---|---|---|
| Four | Five | Six | 
| Seven | Eight | Nine | 
The separator row should not get printed out.
| One | Two | Three | 
|---|---|---|
| Four | Five | Six | 
| Seven | Eight | Nine | 
Only the first row should be a header row.
| One | Two | Three | 
|---|---|---|
| Four | Five | Six | 
| Seven | Eight | Nine | 
| Ten | Eleven | Twelve | 
Only the first row should be a header row.
| foo | bar | 
|---|---|
| 1 | 2 | 
https://github.com/bdewey/org-ruby/pull/34