-
Notifications
You must be signed in to change notification settings - Fork 0
[Feature]: Table Width #42
Copy link
Copy link
Labels
enhancementNew feature or requestNew feature or request
Description
Problem Statement
The table widths should be adjusted so the Issue ID column is narrow.
Proposed Solution
Modify the markdown table to use dash-counts for column widths, and colons for centering. For example:
| Issue | Title |
| :-: | :---------- |
| 1 | Some long title |10:1 should be acceptable because IDs tend to be short (a few digits) and the titles tend to be quite verbose.
Alternatives Considered
No response
Usage Examples
Benefits
Table rendering in PDFs is much easier to read.
Priority
Medium - Would improve my workflow
Willingness to Contribute
Yes, I can submit a pull request
Additional Context
No response
Checklist
- I have searched existing issues to ensure this is not a duplicate
- I have provided a clear description of the feature
- I have explained why this feature would be useful
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request