henriklovhaug / md-tui

Markdown renderer in the terminal
GNU Affero General Public License v3.0
206 stars 13 forks source link

Table balancing #131

Closed henriklovhaug closed 1 month ago

henriklovhaug commented 5 months ago

Tables needs to be balanced when the total width of the columns exceed the width given to the program. What balancing algorithm to implement is not easy to figure out.