MDX Sample — Rich Content Test

9/19/2025

MDX Sample Post

This post demonstrates MDX features with GFM and syntax highlighting.

Table (GFM)

FeatureStatus
MDXEnabled
GFMYes
Syntax HighlightOn

Code Block — TypeScript

export function greet(name: string) {
  const msg = `Hello, ${name}!`;
  console.log(msg);
  return msg;
}

Checklist (GFM)

Find more on Homy.