Test Post


astro is so great framework

Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Astro.

Headings

The following HTML <h1><h6> elements represent six levels of section headings. <h1> is the highest section level while <h6> is the lowest.

H1

H2

H3

H4

H5
H6

Code Blocks

# hello world
npm install astro
// some commit
const newArr: number[] = arr.map(item => item > 2)
  • one setup
  • two setup
  1. one second
  2. two second