
MDX Feature Showcase
- Authors
- Shubham Kumar
Typography and links
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Visit the
authors directory, open the tag index, or read
inline code without leaving this fixture.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
This MDX callout confirms that custom React components render alongside Markdown.
Lists and task states
- A regular unordered item
- A nested item
- An item containing strong text
- An item containing a local link
- First ordered step
- Second ordered step
- Third ordered step
- Frontmatter is parsed
- The table of contents is generated
- A deliberately incomplete fixture task
Table rendering
| Feature | Expected result | Status |
|---|---|---|
| GFM table | Responsive prose table | Pass |
| Author link | Opens an individual profile | Pass |
| Related posts | Uses shared tags | Pass |
Code highlighting
type Author = {
slug: string;
name: string;
};
export const profilePath = (author: Author) => `/about/${author.slug}`;
struct Post: Identifiable {
let id: UUID
let title: String
let authors: [String]
}
Mathematics
Inline mathematics should render as (E = mc^2). A display equation should also receive its own block:
Footnotes and separators
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.1
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Footnotes
-
This footnote exists solely to exercise GitHub-flavoured Markdown support. ↩
Related Posts
View all- A short collaborative lorem ipsum post used to verify multiple bylines, individual author profiles, tag pages, and related-post recommendations.
- A nested-slug lorem ipsum fixture for validating catch-all blog routes, canonical post data, author pages, images, and generated metadata.
- Explore data normalization concepts, benefits, and how to implement first, second, and third normal forms effectively with real-world examples.

