Javier’s Nextra Demo
This page demonstrates some of the unique features of Nextra.
Callout
Helpful advice for doing things better or more easily.
Cards
About Nextra
FileTree
- _meta.js
- contact.md
- index.mdx
Steps
Tabs
pnpm
pnpm: Fast, disk space efficient package manager.Code
// Javascript code with syntax highlighting.
function greeting() {
console.log("Hello World");
}
Highlight lines
// Javascript code with syntax highlighting.
function greeting() {
console.log("Hello World");
}
Highlight substrings
// Javascript code with syntax highlighting.
function greeting() {
console.log("Hello World");
}
Show line numbers
// Javascript code with syntax highlighting.
function greeting() {
console.log("Hello World");
}
Filenames
main.js
// Javascript code with syntax highlighting.
function greeting() {
console.log("Hello World");
}
Copy button
// Javascript code with syntax highlighting.
function greeting() {
console.log("Hello World");
}
Last updated on