Introduction

This is a heading

This is a normal paraghraph.

List items:

  • Item one

  • Item two

Let's have a code block

export async function action() {
  'use server'
  const post = await prisma.post.create({data})
}

Recap

And that's a wrap