Commit efff696
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
| 520 | + | |
520 | 521 | | |
521 | 522 | | |
522 | 523 | | |
| |||
0 commit comments