Markdown

@Composable
fun Markdown(content: String, modifier: Modifier = Modifier, flavour: MarkdownFlavourDescriptor = GFMFlavourDescriptor())

A composable that receives markdown content as String and renders it in the UI.

Parameters

content

The markdown content to render in the UI.

modifier

The modifier to be applied to the Markdown.

flavour

The MarkdownFlavourDescriptor used to parse the markdown.