table with separator before and after header
table with separator after header
| Character | Org | Rendered HTML | 
| Hyphen | a - b | a - b | 
| Ndash | a -- b | a – b | 
| Mdash | a --- b | a — b | 
| Ellipsis | a ... b | a … b | 
table with unicode characters
 
table without header (but separator before)
table without header
| left aligned | right aligned | center aligned | 
| 42 | 42 | 42 | 
| foobar | foobar | foobar | 
table with aligned and sized columns
 
| long column a | long column b | long column c | 
| 1 | 2 | 3 | 
table with right aligned columns (because numbers)
 
| a | b | c | 
| 1 | 2 | 3 | 
| . | . | . | 
| 1 | 2 | 3 | 
| 1 | 2 | 3 | 
table with multiple separators (~ multiple tbodies)