We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Implemented parsing and repairing formatted ascii tables (ozh#31 and o…
fe2c4c9
…zh#33)
No branches or pull requests
When somebody uses the output of the table generator and edits that, it would be nice to re-generate the layout. So for instance:
Can may be re-parsed to:
This would be a cool feature that http://www.tablesgenerator.com/text_tables lacks.
The text was updated successfully, but these errors were encountered: