May 10, 2025•5 min read
The Ultimate Test Post for Decap CMS
This is a comprehensive test post to validate all MDX blog features.

Welcome to the Ultimate Test Post 🚀
This post is meant to test all features supported by our blog setup using Decap CMS and MDX.
Markdown Features
Headings
- H1: # Heading
- H2: ## Heading
- H3: ### Heading
Text Formatting
- Italic
- Bold
Strikethrough
Blockquote
"Decap CMS makes content editing so easy!" — Happy Editor
Links
Lists
Unordered List
- First item
- Second item
- Nested item
- Third item
Ordered List
- First step
- Second step
- Third step
Images

Decap CMS Logo
Tables
Feature | Supported | Notes |
---|---|---|
Markdown | ✅ | All the basics are covered |
MDX | ✅ | Works with JSX |
Code blocks | ✅ | Syntax highlighting ready |
Code Blocks
JavaScript Example
JS1function greet(name) { 2 console.log(`Hello, ${name}!`); 3} 4greet("Decap");
Python Example
PYTHON1def greet(name): 2 print(f"Hello, {name}!") 3greet("Decap")
Conclusion
If you're seeing this post rendered correctly, your MDX blog setup is working perfectly! 🎉
Happy blogging! 📝