Features Showcase
This is a test of the Premium MDX Stack.
Smart Content Loading
If you are seeing this title as "Features Showcase", then the Auto-Title feature in lib/content.ts is working! (I didn't include frontmatter in this file).
GitHub Flavored Markdown
| Feature | Support | Status |
|---|---|---|
| Tables | ✅ | Working |
| Alignment | ✅ | Center/Right |
| GFM | ✅ | Indexed |
Strikethrough is also supported.
- Task list item 1
- Task list item 2
Syntax Highlighting (Cosmic)
typescript
// This block should have line numbers and a copy button
function hello(name: string) {
console.log(`Hello, ${name}!`);
return true;
}Callouts
Note
This is a standard note with a blue accent.
Warning
Watch out! This has a yellow accent.
Danger Zone
Critical error or dangerous action here. Red accent.
Pro Tip
This is a tip with a purple accent/lightning icon.
Success
Operation completed successfully. Green accent.
Code Tabs
bash
npm install recontext