henriklovhaug / md-tui

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

131 Initial implementation of table balancing #159

Closed PeterJFB closed 1 month ago

PeterJFB commented 1 month ago

Remaining work / considerations:

henriklovhaug commented 1 month ago

Could you add a more gracious fail when the table gets too big to render?

PeterJFB commented 1 month ago

Could you add a more gracious fail when the table gets too big to render?

Updated balancing function to consider (relatively) large cells. Added support for empty cells, which also used to panic.

PeterJFB commented 1 month ago

We're at a point where the implementation is relatively stable, it can be considered ready if nothing is added the next two days:)

PeterJFB commented 1 month ago

Remaining work has been addressed :shipit: