You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <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:
The text was updated successfully, but these errors were encountered:
The Org table alignment markers "<l>", "<r>", "<c>" translate to the
markers in Markdown tables for left, right, center column alignment as
recognized by Blackfriday.
Fixes#95
Org
Markdown
Above Org table should export to below:
Hugo
Hugo will align that table as follows:
The text was updated successfully, but these errors were encountered: