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 HeadingText Formatting
Bold text, italic text, and inline code.
Lists
Unordered lists:
- Item 1
- Item 2
- Nested item
- Another nested item
- Item 3
Ordered lists:
- First item
- Second item
- 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
| Feature | Supported | Notes |
|---|---|---|
| Markdown | ✅ | Full MDX support |
| Dark Mode | ✅ | Auto-switching |
| Search | ✅ | Powered by Pagefind |
| TOC | ✅ | Auto-generated |
Links
Internal links: Getting Started
External links: Nextra Documentation
Images
Images are supported (place them in the public/ folder):
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.
Search
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.