First Post
Photo by Andrew Neel
This is the content of my first post.
A Subheading
You can use all standard markdown features:
- Bullet lists
- Bold text
inline code
And code blocks with syntax highlighting:
const greeting = "Hello, World!";
console.log(greeting);
Tables work too:
| Feature | Supported |
|---|---|
| Tables | ✅ |
| Images | ✅ |
| Code | ✅ |

