khalidabuhakmeh / ConsoleTables

Print out a nicely formatted table in a console application C#
MIT License
944 stars 157 forks source link

How to make cell content line-breaking? #71

Open soryu-ryouji opened 5 months ago

soryu-ryouji commented 5 months ago

Hello,

I'm seeking guidance on how to enable line breaks in the contents of a cell. Could you please advise me on how to achieve this?

Thank you.

Screenshot 2024-04-10 135348

ericnewton76 commented 1 month ago

that would require per-cell checking of newline and deferring writes

maybe submit a PR?