kaushalmodi/ox-hugo

Export table column alignment info too

kaushalmodi opened this issue · 0 comments

Org

|             <r> | <l>                  |              <c>              |
|           Right | Left                 |            Center             |
| Long Content To | Spread Out the Width | Of the Table To See Alignment |
|           Right | Left                 |            Center             |

Markdown

Above Org table should export to below:

| Right           | Left                 | Center                        |
|----------------:|:---------------------|:-----------------------------:|
| Long Content To | Spread Out the Width | Of the Table To See Alignment |
| Right           | Left                 | Center                        |

Hugo

Hugo will align that table as follows:

image