Test markdown
Contents
Introduction
This is a test blog post written in Markdown. It demonstrates common
features used in blog writing.
test
header 2
header 3
header 4
header 5
list
normal list
- Easy to write
- Supports formatting
- Clean and readable
- Works with most static site generators
order list
- 123123
- asdfadsf
- lkasdf
Code Example
// Simple JavaScript function
function greet(name) {
return `Hello, ${name}!`;
}
Features
Clean formatting Blockquotes for every section Inline links like OpenAI Quoted links: 👉 Visit Example Site