diff options
| author | John MacFarlane <[email protected]> | 2025-04-11 09:51:03 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-05-14 13:11:37 -0700 |
| commit | 4ec69b2679b24ce426626a51b22e18b054f86ea6 (patch) | |
| tree | 08cc6e9c95accc3bf23ae50ea6ff4cfab0cdf7c8 /test/command/3516.md | |
| parent | be9fbb3f6731dc6223816677aab6c64243511c8f (diff) | |
T.P.Writers.Shared: New version of `gridTable`.issue6344
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`.
Diffstat (limited to 'test/command/3516.md')
| -rw-r--r-- | test/command/3516.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/command/3516.md b/test/command/3516.md index 615befb3e..116268e34 100644 --- a/test/command/3516.md +++ b/test/command/3516.md @@ -91,6 +91,8 @@ on Windows builds. [])] ^D +---+---+ +| | | ++===+===+ | 1 | 2 | +---+---+ | | | |
