My First Post

Next.js MDX

My First Post

This is my first post.

Subtitle

  • Bullet point 1
  • Bullet point 2
  1. Numbered list 1
  2. Numbered list 2

Code Block

const hello = "Hello, World!";
console.log(hello);
def hello():
    print("Hello, World!")
hello()

Quote

This is a quote.
The quote continues.

Next.js - Next.js official site