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

Pipe tables with blanks does not break lines #7713

Closed
Louson opened this issue Nov 23, 2021 · 1 comment
Closed

Pipe tables with blanks does not break lines #7713

Louson opened this issue Nov 23, 2021 · 1 comment

Comments

@Louson
Copy link

Louson commented Nov 23, 2021

If I consider the table :

| aaaaaaaaaaaa | bbbbb | ccccccccccc                                                       |
| ---          | ---   | ---                                                               |
|              |       | cccccccccc cccccccccc cccccccccc cccccccccc cccccccccc cccccccccc |

The resulted table won't break the long line because the total line's width (65) does not exceed the column width (72).

Is is not exactly a bug because that is what the manual says:

if no lines are wider than column width, then cell contents will not be wrapped, and the cells will be sized to their contents

However, the table width exceeds the frame size. Do you think it is possible to check the sum of each column's maximum width (here 12+5+65 = 82) ?

@Louson Louson changed the title Pipe tables with blank does not break lines Pipe tables with blanks does not break lines Nov 23, 2021
@jgm
Copy link
Owner

jgm commented Nov 23, 2021

That makes sense.

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

2 participants