Hello World from Markdown
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:
- It’s easy to write
- It’s human-readable
- Astro converts it to beautiful HTML automatically