Markdown
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.
javascript
// Code block examplefunction greet(name) { return `Hello, ${name}!`;}Installation
Props
Markdown
| Name | Type | Default |
|---|---|---|
content | string | |
className | string | |
...props | HTMLAttributes<HTMLDivElement> | |