MDX Component Showcase
Jan 1, 2024
|3 min read
This portfolio uses MDX with callouts, steps, code blocks, and framed images.
Terminal-style commands
bun add
npm run dev
Interactive guides
Ensure you have Node.js v18+ installed.
Clone the repository and install dependencies.
Create a .env.local file in the root directory.
Callouts
Info
This is an informational callout for general notes.
Success
Use this variant to indicate successful operations.
Code blocks
Syntax highlighting is applied automatically.
const greeting = "Hello, World!";
console.log(greeting);TABLE OF CONTENTS