Tue Jul 01
This is a sample page of an article in .md format created with the Astrto Starter template.

Sample Page Title
This is a sample page written in Markdown for Astro. It includes bold, italic, strikethrough, and a link ↗.
Section 1: Unordered List
- Item 1
- Item 2
- Subitem A
- Subitem B
- Item 3
Section 2: Ordered List
- Step one
- Step two
- Step three
Section 3: Code Block
function greet(name) {
console.log(`Hello, ${name}!`);
}
greet('Lisa');