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

Idea: Re-parse table #31

Open
rolfchess opened this issue Mar 7, 2018 · 0 comments
Open

Idea: Re-parse table #31

rolfchess opened this issue Mar 7, 2018 · 0 comments

Comments

@rolfchess
Copy link

When somebody uses the output of the table generator and edits that, it would be nice to re-generate the layout. So for instance:

+-------+-------+
| Hello | Table |
+=======+=======+
| Someone changed | this table manually |
+-------+-------+

Can may be re-parsed to:

+-----------------+---------------------+
| Hello           | Table               |
+=================+=====================+
| Someone changed | this table manually |
+-----------------+---------------------+

This would be a cool feature that http://www.tablesgenerator.com/text_tables lacks.

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

1 participant