Example Blog Post

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

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:

  1. Step one
  2. Step two
  3. Step three

Blockquotes

This is a blockquote. Use it to highlight important information or quotes.

You can add bold text, italic text, and links.

Images

Add images to the public/ folder and reference them in your posts:

![Alt text](/your-image.webp)

Code

Inline code and code blocks:

const greeting = ‘Hello, World!
console.log(greeting)

That’s it! Start writing your own posts.

Your Name