DenverCoder1/table2ascii

Support for newlines within cells

EthanZeigler opened this issue · 1 comments

Ask
Support newline characters within cells of a table

Expected

| header | header | header |
|---------|---------|---------|
| Cell      | cell       | multi    |
|             |             | cell       |

Actual

| header | header | header |
|---------|---------|---------|
| Cell      | cell       | multi
cell |

Neat idea 👍