Article in .md format

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


Section 2: Ordered List

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

Section 3: Code Block

function greet(name) {
  console.log(`Hello, ${name}!`);
}
greet('Lisa');