Improve table parsing: support separator before header
This commit is contained in:
parent
cb81eb94de
commit
c08119bbc8
4 changed files with 90 additions and 4 deletions
18
org/testdata/tables.org
vendored
Normal file
18
org/testdata/tables.org
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
#+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 |
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue