MDX Sample — Rich Content Test
9/19/2025
MDX Sample Post
This post demonstrates MDX features with GFM and syntax highlighting.
Table (GFM)
Feature | Status |
---|---|
MDX | Enabled |
GFM | Yes |
Syntax Highlight | On |
Code Block — TypeScript
export function greet(name: string) {
const msg = `Hello, ${name}!`;
console.log(msg);
return msg;
}
Checklist (GFM)
- Render MDX
- Apply typography
- Syntax highlight
- Add more posts
Find more on Homy.