Skip to content

feat: Add ascii_rounded and ascii_rounded_box table styles #45

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

Merged
merged 1 commit into from
Oct 9, 2022

Conversation

DenverCoder1
Copy link
Owner

ascii_rounded

   /=============================\
   |  #  |  G     H     R     S  |
   |=====|=======================|
   |  1  | 30    40    35    30  |
   |-----|-----------------------|
   |  2  | 30    40    35    30  |
   |=====|=======================|
   | SUM | 130   140   135   130 |
   \=====|=======================/
   
   /=======================\
   | 1 | 30   40   35   30 |
   |---|-------------------|
   | 2 | 30   40   35   30 |
   \===|===================/

ascii_rounded_box

   /=============================\
   |  #  |  G  |  H  |  R  |  S  |
   |=====|=====|=====|=====|=====|
   |  1  | 30  | 40  | 35  | 30  |
   |-----|-----|-----|-----|-----|
   |  2  | 30  | 40  | 35  | 30  |
   |=====|=====|=====|=====|=====|
   | SUM | 130 | 140 | 135 | 130 |
   \=====|=====|=====|=====|=====/
   
   /=======================\
   | 1 | 30 | 40 | 35 | 30 |
   |---|----|----|----|----|
   | 2 | 30 | 40 | 35 | 30 |
   \===|====|====|====|====/

@DenverCoder1 DenverCoder1 added the enhancement New feature or request label Oct 9, 2022
@DenverCoder1 DenverCoder1 merged commit 6e409a4 into main Oct 9, 2022
@DenverCoder1 DenverCoder1 deleted the ascii-rounded branch October 9, 2022 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant