Back to Home
python

Features Showcase

This is a test of the **Premium MDX Stack**.

2/12/2026
10 min read

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

FeatureSupportStatus
TablesWorking
AlignmentCenter/Right
GFMIndexed

Strikethrough is also supported.

  • Task list item 1
  • Task list item 2

Syntax Highlighting (Cosmic)

lib/test.ts
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