picnic icon indicating copy to clipboard operation
picnic copied to clipboard

Markdown links break the table

Open fabriziofortino opened this issue 4 years ago • 2 comments

I have a picnic table where I am trying to render links using markdown (through mordant 2.0 markdown support). The cell breaks the table though because the width is calculated with the entire string and not just the visible part. Is there any way to work this around?

fabriziofortino avatar Apr 12 '21 07:04 fabriziofortino

Not currently. I can imagine exposing some kind of lambda for measuring if you have additional knowledge the library doesn't.

JakeWharton avatar Apr 13 '21 04:04 JakeWharton

That would be great!

fabriziofortino avatar Apr 13 '21 07:04 fabriziofortino