MDX Components Showcase
A demonstration of all available MDX components in the Monthy AI documentation system.
By Patrick Prunty

This blog post showcases all MDX components available in our system.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Text Elements
This is a bold text example with inline code and a link to example.com.
This is a blockquote showing emphasized text styling.
Lists
Unordered List
- First item
- Second item
- Third item
Ordered List
- First numbered item
- Second numbered item
- Third numbered item
Code Examples
Inline Code
Use to install packages.bun add
Code Block
const greeting = "Hello, World!";
console.log(greeting);Code Block
bun add @shadcn/ui
Tables
| Feature | Status | Priority |
|---|---|---|
| Authentication | ✅ Complete | High |
| Dashboard | 🚧 In Progress | Medium |
| Analytics | 📋 Planned | Low |