Skip to Content
Features

Features

Explore the powerful features included in this template.

Markdown Support

Write content using standard Markdown syntax with MDX enhancements.

Headings

Use headings to structure your content:

# H1 Heading ## H2 Heading ### H3 Heading

Text Formatting

Bold text, italic text, and inline code.

Lists

Unordered lists:

  • Item 1
  • Item 2
    • Nested item
    • Another nested item
  • Item 3

Ordered lists:

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

Code Blocks

Syntax highlighting with copy button:

function greet(name) { console.log(`Hello, ${name}!`) } greet('World')
def greet(name): print(f"Hello, {name}!") greet("World")

Callouts

This is an info callout. Great for tips and additional information.

This is a warning callout. Use it to highlight important warnings.

This is an error callout. Use it for critical information.

Tables

FeatureSupportedNotes
MarkdownFull MDX support
Dark ModeAuto-switching
SearchPowered by Pagefind
TOCAuto-generated

Internal links: Getting Started

External links: Nextra Documentation 

Images

Images are supported (place them in the public/ folder):

![Alt text](/images/example.png)

Table of Contents

The right sidebar automatically generates a table of contents from your headings. Try scrolling this page and watch the TOC highlight the current section!

Dark Mode

Toggle between light and dark modes using the theme switcher in the navbar. The entire site is optimized for both modes.

Press Cmd/Ctrl + K to open the search modal and quickly find any content across your documentation.

Mobile Responsive

This template is fully responsive and works beautifully on mobile devices, tablets, and desktops.

Last updated on