Add support for table column display width markers
see https://orgmode.org/manual/Column-Width-and-Alignment.html#Column-Width-and-Alignment
This commit is contained in:
parent
9f7e8a8fbd
commit
9ffcaa8e1c
4 changed files with 17 additions and 10 deletions
2
org/testdata/tables.html
vendored
2
org/testdata/tables.html
vendored
|
@ -127,7 +127,7 @@ table without header
|
|||
</tbody>
|
||||
</table>
|
||||
<figcaption>
|
||||
table with aligned columns
|
||||
table with aligned and sized columns
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
|
|
5
org/testdata/tables.org
vendored
5
org/testdata/tables.org
vendored
|
@ -24,10 +24,11 @@
|
|||
#+CAPTION: table without header
|
||||
| 1 | 2 | 3 |
|
||||
|
||||
#+CAPTION: table with aligned columns
|
||||
#+CAPTION: table with aligned and sized columns
|
||||
| left aligned | right aligned | center aligned |
|
||||
|--------------+---------------+----------------|
|
||||
| <l> | <r> | <c> |
|
||||
| <l> | <r> | <c5> |
|
||||
| | <1> | |
|
||||
| 42 | 42 | 42 |
|
||||
| foobar | foobar | foobar |
|
||||
|
||||
|
|
5
org/testdata/tables.pretty_org
vendored
5
org/testdata/tables.pretty_org
vendored
|
@ -24,10 +24,11 @@
|
|||
#+CAPTION: table without header
|
||||
| 1 | 2 | 3 |
|
||||
|
||||
#+CAPTION: table with aligned columns
|
||||
#+CAPTION: table with aligned and sized columns
|
||||
| left aligned | right aligned | center aligned |
|
||||
|--------------+---------------+----------------|
|
||||
| <l> | <r> | <c> |
|
||||
| <l> | <r> | <c5> |
|
||||
| | <1> | |
|
||||
| 42 | 42 | 42 |
|
||||
| foobar | foobar | foobar |
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue