Skip to Content

Writing content

MDX combines Markdown with React components. This page is an example of a nested route.

Formatting

Use bold, italic, inline code, and links to other pages.

  • Keep each page focused on one topic.
  • Use headings to generate the table of contents.
  • Add code examples when they help readers.

Callouts

Edit this file to experiment with Nextra components and Markdown.

Tabs

npm run dev

Code blocks

function greet(name: string): string { return `Hello, ${name}!`; }
Last updated on