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
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:
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