MarkdownPreview
MarkdownPreview Component
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
Using MarkdownPreviewtsx
import { MarkdownPreview } from '@/components/MarkdownPreview'
<MarkdownPreview />Tokens Used
No design tokens detected