MarkdownContent

@ApiStatus.Experimental
@Composable
open fun MarkdownContent(text: String, content: @Composable () -> Unit)

Allows the developer to define a customizable view for supported components that render text content. This text may contain markdown-formatted text.

Parameters

text

The text to render.

content

The default Composable we provide with the SDK.