tablify icon indicating copy to clipboard operation
tablify copied to clipboard

Support multiline strings

Open blakeembrey opened this issue 11 years ago • 2 comments

Currently multiline strings aren't being rendered correctly within the table. I would expect it to automatically adjust to the longest line and not use all characters from the string in the length.

blakeembrey avatar Sep 30 '14 23:09 blakeembrey

Just realised that markdown doesn't support this, maybe replace with <br>?

blakeembrey avatar Sep 30 '14 23:09 blakeembrey

I'd want to cover all possible cases with this...If you want to add optional features to tablify to (1) convert \n to br, and (2) pretty handle multiline cells, I would likely accept a pull request. both should be options, though.

I'm unlikely to get to this change myself soon.

malgorithms avatar Oct 01 '14 14:10 malgorithms