MarkdownDocument

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

Displays a Markdown document with Material 3 styling.