H1

Contents

H2

From the Moon

H3

bold text

italicized text

blockquote

  1. First item
  2. Second item
  3. Third item
  • Item 1
  • Item 2
  • Item 3

code


title

alt text

SyntaxDescription
HeaderTitle
ParagraphText
{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}
export default async function Page({ params }) {
  const { content, frontMatter } = await getPostBySlug(params.slug);
  console.log(params);
  return <div>{content}</div>;
}

Here's a sentence with a footnote. 1

term : definition

The world is flat.

  • Write the press release
  • Update the website
  • Contact the media

That is so funny! :joy:

I need to highlight these ==very important words==.

H2O

X^2^

Footnotes

  1. This is the footnote.