MarkdownPreview

MarkdownPreview Component

stable
Playground

Hello World

This is bold and italic text with inline code.

  • Item 1
  • Item 2
Props
No configurable props
Default

Hello World

This is bold and italic text with inline code.

  • Item 1
  • Item 2
CodeBlocks

Code Example

const x = 42;
console.log(x);

Some inline code too.

Mixed

Project

Status: Active

Features

  • Fast rendering
  • Clean output

Visit docs

Using MarkdownPreviewtsx
import { MarkdownPreview } from '@/components/MarkdownPreview'

<MarkdownPreview />
Tokens Used
No design tokens detected