Test Post: Markdown Rendering Check
2025-07-31
Welcome to the Test Post 🎉
This is a test blog post to check the markdown rendering system.
🧩 Basic Formatting
- This is a list
- With multiple items
- Using markdown
Bold text, italic text, and strikethrough text.
This is a blockquote. Useful for highlighting ideas.
📦 Code Example
function HelloWorld() {
return <h1>Hello, world!</h1>;
}