MarkdownRenderer

Renders markdown content with GFM support.

Data Displaymarkdowncontentproserich-text

Heading 1

Heading 2

This is a paragraph with bold, italic, and inline code.

  • First item
  • Second item
  • Third item with a link
typescript
function greet(name: string) {
return `Hello, ${name}!`
}

This is a blockquote with some important information.

FeatureStatus
MarkdownSupported
GFMSupported
Syntax highlightingYes

Related Components