Hello World from Markdown

Published on 2023-01-01T00:00:00.000Z

Hello World from Markdown!

This is a markdown file that will be converted to HTML by Astro.

Features

  • Markdown supports bold and italic text
  • It can create lists like this one
  • You can add links
  • And even code blocks:
console.log('Hello from markdown!');

Why Markdown?

Markdown is great because:

  1. It’s easy to write
  2. It’s human-readable
  3. Astro converts it to beautiful HTML automatically
← Back to all posts