Html

fun Html(    html: String,     imageGetter: Map<String, EmbeddableImage>,     modifier: Modifier = Modifier,     color: Color,     style: TextStyle)

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.