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:
Niklas Fasching 2020-06-21 22:13:31 +02:00
parent 9f7e8a8fbd
commit 9ffcaa8e1c
4 changed files with 17 additions and 10 deletions

View file

@ -127,7 +127,7 @@ table without header
</tbody>
</table>
<figcaption>
table with aligned columns
table with aligned and sized columns
</figcaption>
</figure>
<figure>

View file

@ -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 |

View file

@ -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 |