MarkdownDocument

fun MarkdownDocument(markdown: String, textStyles: TextStyles, textStyleModifiers: TextStyleModifiers, blockQuoteStyle: BlockQuoteStyle, codeBlockStyle: CodeBlockStyle, ruleStyle: RuleStyle, tableStyle: TableStyle, modifier: Modifier = Modifier, linkInteractionListener: LinkInteractionListener? = null, sectionSpacing: Dp = textStyles.textStyle.fontSize.toDp())(source)

Displays a Markdown document.