Package-level declarations
Contains the MarkdownDocument
Composable.
Functions
Link copied to clipboard
fun MarkdownDocument(markdown: String, textStyles: TextStyles, textStyleModifiers: TextStyleModifiers, blockQuoteStyle: BlockQuoteStyle, codeBlockStyle: CodeBlockStyle, ruleStyle: RuleStyle, tableStyle: TableStyle, onLinkClick: (LinkAnnotation) -> Unit, modifier: Modifier = Modifier, sectionSpacing: Dp = textStyles.textStyle.fontSize.toDp())
Displays a Markdown document.