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

Table rendering issues #20

Open
SharkFourSix opened this issue Feb 3, 2023 · 1 comment
Open

Table rendering issues #20

SharkFourSix opened this issue Feb 3, 2023 · 1 comment

Comments

@SharkFourSix
Copy link

Hi. First off great project.

I seem to be having problems rendering tables. Columns with very long lines overlap the table's boundary.

### Some Title Goes Here

| Horizonal Header | Horizonal Value                                                      |
|-------------------------|----------------------------------------------------------------------|
| Period                  | 2023/1                                                                                                  |
| Project          | Project #1                                                                                             |
| Manager       | Very long name goes here without wrapping with ellipses if possible. |
| Access ID     | 1234567890                                                           |

This is what I get, which is not what I need

image

Also is it possible to have horizontal header/value layout?

@rahji
Copy link

rahji commented Jul 25, 2024

Related, I think: tables render incorrectly when a cell is empty...

# Test

| head1 | head2 | head3 |
| ----- | ----- | ----- |
| 1     |       | 3     |

creates a table that looks like this:

image

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