Parma(markdown, render: MyRender())
.lineLimit(1)
I would expect this to work similarly to Text or not at all.. but it does work. Just not predictably.
It clips each line. Looks like it might be applying the limit to literally each line individually.
Any workaround suggestions would be greatly appreciated