Markdown

Markdown Component Example

This component renders markdown content with support for various features including `inline code`.

Basic Text Formatting

You can use bold, italic, or both. You can also use strikethrough text.

Lists and Tasks

  1. First ordered item
  2. Second ordered item
    • Nested unordered item
    • Another nested item
  • Completed task
  • Pending task

Code Examples

Inline code: `const greeting = "Hello, World!"`

```typescript interface User { name: string; age: number; }

function greet(user: User) { return `Hello, ${user.name}!`; } ```

Tables and Quotes

FeatureSupport
Tables
Lists
Code

This is a blockquote that can contain multiple lines of text.

Links and Images

Visit our website

Props

className
string
options
Options