Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export table column alignment info too #95

Closed
kaushalmodi opened this issue Nov 2, 2017 · 0 comments
Closed

Export table column alignment info too #95

kaushalmodi opened this issue Nov 2, 2017 · 0 comments

Comments

@kaushalmodi
Copy link
Owner

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

kaushalmodi added a commit that referenced this issue Nov 8, 2017
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant