May 10, 20255 min read

The Ultimate Test Post for Decap CMS

This is a comprehensive test post to validate all MDX blog features.

The Ultimate Test Post for Decap CMS

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

Visit OpenAI

Lists

Unordered List

  • First item
  • Second item
  • Nested item
  • Third item

Ordered List

  1. First step
  2. Second step
  3. Third step

Images

Decap CMS Logo

Decap CMS Logo

Tables

FeatureSupportedNotes
MarkdownAll the basics are covered
MDXWorks with JSX
Code blocksSyntax highlighting ready

Code Blocks

JavaScript Example

JS
1function greet(name) { 2 console.log(`Hello, ${name}!`); 3} 4greet("Decap");

Python Example

PYTHON
1def 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! 📝

Share this article