Markdown Features Demo
demomarkdown
This post demonstrates the formatting features available in posts.
Code with syntax highlighting
function greet(name: string): string {
return `Hello, ${name}!`
}
console.log(greet("world"))
Math with LaTeX
Inline math like the mass–energy equivalence renders nicely, and so do block equations:
Images

Tables and lists
| Feature | Supported |
|---|---|
| Images | Yes |
| Code | Yes |
| Math | Yes |
Blockquotes work too — great for highlighting a key idea.
- First item
- Second item
- Third item