Example MDX Post
This post lives at content/posts/example-post/index.mdx. It should appear on the homepage, render at /posts/example-post, and show up under the nextjs and mdx tag pages.
Markdown
- GFM lists work.
- Inline code works.
- Math works: .
| Feature | Status |
|---|---|
| MDX | working |
| Tags | working |
export const sourceOfTruth = "content/posts/<slug>/index.mdx";Embeds
nextjs.orghttps://nextjs.org
What metadata is in this post?
The metadata lives in the YAML frontmatter at the top of the file. The renderer parses that header, validates it, then renders the MDX body below it.