Skip to content

Commit efff696

Browse files
authored
feat: replace markdown-table with tabled for proper column alignment (#35)
Replace markdown-table crate with tabled 0.20.0 to fix table rendering issues where separator lines did not align with column widths. The tabled crate properly calculates column widths and generates aligned markdown tables with correct separator characters.
1 parent 74b7622 commit efff696

10 files changed

Lines changed: 397 additions & 345 deletions

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ To keep history clean and reviews manageable:
517517
* `feat(scope): message`
518518
* `fix(scope): message`
519519
* `refactor: message`
520+
* Commits should only have a title, no body/description.
520521
* Before opening a commit, run at least:
521522
* `just fmt`
522523
* `just lint`

0 commit comments

Comments
 (0)