A component for rendering Markdown content with support for GitHub Flavored Markdown (GFM) and custom component styling.
Markdown Example
This is a bold text and this is an italic text.
Lists
Unordered List
- Item 1
- Item 2
- Item 3
Ordered List
- First item
- Second item
- Third item
Links and Images
Code
Inline code example.
Installation
Copy the Source Code
Copy and paste the following code into your project:
Props
Markdown
| Prop | Type | Default | Description |
|---|---|---|---|
content | string | - | Markdown source string rendered with Streamdown. |
id | string | - | Optional id applied to the outer wrapper. |
class | string | - | Additional CSS classes for the outer markdown container. |