Skip to content

T.P.Writers.Shared: New version of gridTable.#10844

Merged
jgm merged 1 commit intomainfrom
issue6344
May 14, 2025
Merged

T.P.Writers.Shared: New version of gridTable.#10844
jgm merged 1 commit intomainfrom
issue6344

Conversation

@jgm
Copy link
Owner

@jgm jgm commented May 14, 2025

This handles row and colspans. Partially addresses #6344.

It also ensures that cells won't wrap text in places where it wouldn't normally wrap, even if this means making the cells wider than requested by the colspec. (Closes #9001. Closes 7641.)

Parameters are different, so this is a breaking [API change].

Markdown, RST, and Muse writers have been adjusted to use the new gridTable.

This handles row and colspans. Partially addresses #6344.

It also ensures that cells won't wrap text in places where it
wouldn't normally wrap, even if this means making the cells wider
than requested by the colspec. (Closes #9001.  Closes 7641.)

Parameters are different, so this is a breaking [API change].

Markdown, RST, and Muse writers have been adjusted to
use the new `gridTable`.
@jgm jgm merged commit 01257ef into main May 14, 2025
22 of 25 checks passed
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

Successfully merging this pull request may close these issues.

Default text wrap breaks long words in table cell into two words

1 participant