A Markdown rendering component that converts Markdown strings to styled HTML. Supports headings, lists, code blocks, links, and inline formatting with theme-aware typography.
This is a paragraph with bold, italic, and inline code.
function greet(name: string) { return `Hello, ${name}!`}This is a blockquote with some important information.
| Feature | Status |
|---|---|
| Markdown | Supported |
| GFM | Supported |
| Syntax highlighting | Yes |