Example Blog Post
January 10, 2024 · An example post demonstrating markdown features.

Sections
This is an example blog post to demonstrate various markdown features.
Headings
You can use different heading levels to organize your content.
Subheading
And even smaller headings for more detailed sections.
Lists
Unordered lists:
- First item
- Second item
- Third item
Ordered lists:
- Step one
- Step two
- Step three
Blockquotes
This is a blockquote. Use it to highlight important information or quotes.
Links and Emphasis
You can add bold text, italic text, and links.
Images
Add images to the public/ folder and reference them in your posts:

Code
Inline code and code blocks:
const greeting = ‘Hello, World!’
console.log(greeting)
That’s it! Start writing your own posts.