What would be the best way to display html text in...
# multiplatform
k
What would be the best way to display html text in compose? In android I've been using
HtmlCompat.fromHtml(text, HtmlCompat.FROM_HTML_MODE_COMPACT)
which works pretty well, and am able to style the links too. Is there anything similar available ?
e
u