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

Build in alternative table styles #3

Closed
tdwright opened this issue Nov 13, 2017 · 0 comments
Closed

Build in alternative table styles #3

tdwright opened this issue Nov 13, 2017 · 0 comments

Comments

@tdwright
Copy link
Owner

Rather than hypens, pipes and pluses, we should be able to switch to other "themes" for tables.

The default might looks like this:

+-------+--------+
| Apple | Orange |
+-------+--------+
| 12    | ABC    |
| 123   | AB     |
+-------+--------+

And we may want (for instance) to be able to use hashes and equals signs:

#=======#========#
# Apple # Orange #
#=======#========#
# 12    # ABC    #
# 123   # AB     #
#=======#========#
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