html2text icon indicating copy to clipboard operation
html2text copied to clipboard

Minimum column width support. Support for the "noWhiteSpace" option in the tablewriter package.

Open sheppe opened this issue 3 years ago • 0 comments

Added code and tests.

Setting the minimum column width will ensure that all outputted columns are at least that number of characters wide (plus cell padding). It makes some tables easier to read.

The tablewriter package now includes a noWhiteSpace option, which I added to the pretty tables options too.

There's one additional function that isn't used at the moment that made it into the commit as well.

sheppe avatar Jul 22 '20 00:07 sheppe