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

Tables not formatted in Raw Editor Correctly #50

Closed
cwginac opened this issue May 24, 2022 · 1 comment
Closed

Tables not formatted in Raw Editor Correctly #50

cwginac opened this issue May 24, 2022 · 1 comment

Comments

@cwginac
Copy link

cwginac commented May 24, 2022

When editing a table, and then looking at the raw source, the table is not formatted correctly. The second row (the row with hyphens) is not aligned with the rest of the table.

For example:

| Section | Key         | Value         | Description |
| --------- | ------------- | --------------- | ------------- |
| example | example_key | example_value | ex_desc     |

I believe it is not accounting for the spaces before and after the hyphens, essentially making that section two characters wider than it should be.

The number of hyphens should be (length of longest cell - 2)

@shuzijun
Copy link
Owner

waiting for dependencies to update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants