milesj / interweave

🌀 React library to safely render HTML, filter attributes, autowrap text with matchers, render emoji characters, and much more.
https://interweave.dev
MIT License
1.09k stars 38 forks source link

Any way to make text-overflow ellipsis? #269

Closed colonder closed 2 hours ago

colonder commented 2 hours ago

I wonder whether there is any possibility of adding a text overflow ellipsis to the whole HTML. I looked on the Internet and I know it might be tricky to apply this CSS property to the entirety of the text, or actually, the parent element of all the child tags.