MarkdownText

fun MarkdownText(markdown: String, modifier: Modifier = Modifier)

Lightweight, hand-rolled Markdown renderer — headers (#/##/###), bold (x), inline code (x), links (u rendered as underlined brand text), bullet/numbered lists, blockquotes, --- rules, and GitHub-style pipe tables. Deliberately minimal (no new dependency) — enough to render the A–G evaluation reports faithfully. Not a full CommonMark parser; unknown syntax falls back to plain text.