Markdown Text
fun MarkdownText(content: String, modifier: Modifier = Modifier, style: TextStyle = LocalMarkdownTypography.current.text)
fun MarkdownText(content: AnnotatedString, modifier: Modifier = Modifier, style: TextStyle = LocalMarkdownTypography.current.text, extendedSpans: ExtendedSpans? = LocalMarkdownExtendedSpans.current.extendedSpans?.invoke())
fun MarkdownText(content: AnnotatedString, modifier: Modifier = Modifier, style: TextStyle = LocalMarkdownTypography.current.text, onTextLayout: (TextLayoutResult) -> Unit)