feat(IDocTags): add content wrapping for handling whitespace#489
Merged
PeterStaar-IBM merged 2 commits intomainfrom Jan 23, 2026
Merged
feat(IDocTags): add content wrapping for handling whitespace#489PeterStaar-IBM merged 2 commits intomainfrom
PeterStaar-IBM merged 2 commits intomainfrom
Conversation
Also: - fix caption serialiazation - consolidate indendation via `pretty_indentation` param Signed-off-by: Panos Vagenas <[email protected]>
Contributor
|
✅ DCO Check Passed Thanks @vagenas, all your commits are properly signed off. 🎉 |
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 Require two reviewer for test updatesWonderful, this rule succeeded.When test data is updated, we require two reviewers
|
Signed-off-by: Panos Vagenas <[email protected]>
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
PeterStaar-IBM
pushed a commit
that referenced
this pull request
Jan 26, 2026
* feat(IDocTags): add content wrapping for handling whitespace Also: - fix caption serialiazation - consolidate indendation via `pretty_indentation` param Signed-off-by: Panos Vagenas <[email protected]> * fix content tag value Signed-off-by: Panos Vagenas <[email protected]> --------- Signed-off-by: Panos Vagenas <[email protected]> Signed-off-by: Peter Staar <[email protected]>
PeterStaar-IBM
added a commit
that referenced
this pull request
Jan 26, 2026
…ng_boxes (#490) * feat(IDocTags): add content wrapping for handling whitespace (#489) * feat(IDocTags): add content wrapping for handling whitespace Also: - fix caption serialiazation - consolidate indendation via `pretty_indentation` param Signed-off-by: Panos Vagenas <[email protected]> * fix content tag value Signed-off-by: Panos Vagenas <[email protected]> --------- Signed-off-by: Panos Vagenas <[email protected]> Signed-off-by: Peter Staar <[email protected]> * feat: add `minimal` parameter to get_row_bounding_boxes and get_column_bounding_boxes Add option to return uniform bounding boxes instead of minimal ones: - When minimal=False, rows have uniform horizontal extent (same x0/x1) - When minimal=False, columns have uniform vertical extent (same y0/y1) Also propagate the parameter to TableVisualizer via new params: - minimal_row_bboxes - minimal_col_bboxes Co-Authored-By: Claude Opus 4.5 <[email protected]> Signed-off-by: Peter Staar <[email protected]> * updated the color of the row-section Signed-off-by: Peter Staar <[email protected]> --------- Signed-off-by: Panos Vagenas <[email protected]> Signed-off-by: Peter Staar <[email protected]> Co-authored-by: Panos Vagenas <[email protected]> Co-authored-by: Claude Opus 4.5 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also:
pretty_indentationparam