Blog5
← All posts
Testing Markdown Rendering
markdown

Testing Markdown Rendering

📝 Blog Post Title

Subtitle or Tagline

Author: Jane Doe
Published: April 7, 2026


📌 Introduction

Welcome to this sample blog post! This Markdown file is designed to test various formatting features in your CMS.


✨ Text Formatting

  • Bold text
  • Italic text
  • Strikethrough
  • Inline code

This is a blockquote. Great for highlighting important points or quotes.


📋 Lists

Unordered List

  • Item one
  • Item two
    • Nested item
    • Another nested item

Ordered List

  1. First item
  2. Second item
  3. Third item

🔗 Links & Images

Visit The Blog


💻 Code Blocks

Inline Code

Use console.log("Hello World") to print output.

Code Block (JavaScript)

function greet(name) {
  return `Hello, ${name}!`;
}

console.log(greet("World"));

Code Block (Python)

def greet(name):
    return f"Hello, {name}!"

print(greet("World"))

📊 Table

Feature Supported
Markdown
Images
Tables
Code Blocks

🧩 Horizontal Rule


😄 Emojis

You can include emojis like 😄 🚀 🎉


🔘 Task List

  • Write content
  • Add formatting
  • Publish post

📎 Footnote

Here is a simple footnote reference[^1].

[^1]: This is the footnote content.


🔚 Conclusion

This concludes the Markdown test file. If everything renders correctly, your CMS is in good shape! 🎉