jeziellago / compose-markdown

Markdown Text for Android Jetpack Compose 📋.
MIT License
507 stars 40 forks source link

Missed feature Ellipsis for the markdown text #74

Closed TinaT2 closed 6 months ago

TinaT2 commented 6 months ago

On Text compose we have a feature overflow = TextOverflow.Ellipsis. This is missing on the Markdown text, can you add it to this great library? Thanks for all.

jeziellago commented 6 months ago

Hi, @TinaT2 The overflow is supported by truncateOnTextOverflow option that has the same behavior that TextOverflow.Ellipsis.