Renders markdown content with GFM support.
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 |