Markdown
@Composable
Content copied to clipboard
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.