18 lines
332 B
Org Mode
18 lines
332 B
Org Mode
#+CAPTION: table with separator before and after header
|
|
|---+---+---|
|
|
| a | b | c |
|
|
|---+---+---|
|
|
| 1 | 2 | 3 |
|
|
|
|
#+CAPTION: table with separator after header
|
|
| a | b | c |
|
|
|---+---+---|
|
|
| 1 | 2 | 3 |
|
|
|
|
#+CAPTION: table without header (but separator before)
|
|
|---+---+---|
|
|
| 1 | 2 | 3 |
|
|
|
|
#+CAPTION: table without header
|
|
| 1 | 2 | 3 |
|
|
|