kkew3 / tabulate

Multiline fixed-width plaintext table generator
MIT License
4 stars 1 forks source link

Add ability to include "\n" string in input file #2

Open rahji opened 3 weeks ago

rahji commented 3 weeks ago

It would be really useful to be able to have multiple lines in each cell of the table - eg: for creating a paragraph followed by a numbered list. This could be accomplished by allowing the newline escape sequence in the text of the input file. Sorry, I am really not a Python guy or I would submit a PR. 😬

kkew3 commented 3 weeks ago

Good point! I'll look into that.