Html

fun Html(    html: String,     imageGetter: Map<String, EmbeddableImage>,     color: Color,     style: TextStyle,     modifier: Modifier = Modifier,     urlSpanStyle: SpanStyle = SpanStyle(textDecoration = TextDecoration.Underline))

This will display html annotated text in a string. Images cannot be embedded in link tags. The following tags are supported: , , , , The source value in the img tab, must map to something in the imageGetter.