Skip to content

[Feature]: Table Width #42

@Malcolmnixon

Description

@Malcolmnixon

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

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions