Is there a way to make a word bold or italics within a Text in Jetpack Compose, without having to create different Texts for applying the bold or italics fontStyle?
I was hoping it was possible to use simple markups like * or “<b></b>” for making a word bold within a text
h
Halil Ozercan
10/19/2020, 4:31 PM
There is
compose-richtext
[0] if you want something quick. It doesn't support markup/markdown rendering right now but would give you a good idea of how to accomplish something like that. Also there is a PR[1] for exactly doing "markdown rendering" using