Html

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

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.