JakeWharton / picnic

A Kotlin DSL and Java/Kotlin builder API for constructing HTML-like tables which can be rendered to text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown links break the table

fabriziofortino opened this issue · 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?

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

That would be great!