MarkdownView

@Composable
fun MarkdownView(sourceText: String, basePath: Path, modifier: Modifier = Modifier.fillMaxWidth(1f), documentTheme: DocumentTheme = DocumentTheme.default, scrollable: Boolean = true, codeFenceRenderers: List<CodeFenceRenderer> = emptyList(), linkHandlers: List<LinkHandler> = emptyList())

Renders a Markdown document nicely.