Java-Markdown-Generator icon indicating copy to clipboard operation
Java-Markdown-Generator copied to clipboard

Add option to limit column width

Open frankiedrake opened this issue 4 years ago • 0 comments

I'm currently doing some stuff, where a tables, generated by a library are sent to telegram, and I have quite long string in these tables, so the result looks ugly in telegram. Therefore it'd be nice to have some maxWidth parameter that will result in additional line-breaks in column values that will prevent the row width to be very wide (note that in this case the max-length should not be counted as a max column value length, but on this new parameter)

frankiedrake avatar Nov 11 '21 12:11 frankiedrake