Loading
Please wait while we prepare something amazing...
Please wait while we prepare something amazing...
Welcome to the complete MDX template guide! This document showcases every available component and styling option in the theme.
Heading Examples: The following section shows all available heading levels for reference. These are not part of the document structure.
This is bold text and this is italic text. You can also use strikethrough text.
Here's a paragraph with highlighted text to emphasize important content.
inline codeThis is a beautiful blockquote that stands out from the regular text. It can contain bold text, italic text, and even
inline code.Multiple paragraphs are supported within blockquotes for longer quotes or excerpts.
Use inline code for variable names, function names, or short code snippets within sentences like useState, componentDidMount, or console.log().
Here's a TypeScript example with advanced features (line number, title, caption, and highlighting):
function DisplayBox({ children }: { children: React.ReactNode }) {
return (
<div className="my-4 rounded-lg border-2 border-dashed border-gray-300 bg-gray-50 p-6 dark:border-gray-600 dark:bg-gray-800/50">
{children}
</div>
);
}Modular and reusable components that make content creation efficient and consistent across all posts.
All components are fully responsive and look great on desktop, tablet, and mobile devices.
Complete dark mode integration with smooth transitions and proper contrast ratios.
Information Callout: Use this for general information, tips, or neutral notices. Perfect for providing additional context without being alarming.
Tip Callout: Great for sharing helpful advice, best practices, or pro tips that enhance the reader's understanding.
Success Callout: Use this to highlight positive outcomes, completed tasks, or successful implementations.
Warning Callout: Perfect for cautionary notes, important considerations, or things to watch out for.
Error Callout: Use for critical issues, errors, or things that should definitely be avoided.
| Feature | Description | Status |
|---|---|---|
| Dark Mode | Automatic theme switching | ✅ Complete |
| Responsive | Mobile-friendly design | ✅ Complete |
| TypeScript | Full type safety | ✅ Complete |
| SEO | Search engine optimization | ✅ Complete |
| Performance | Fast loading times | 🚧 In Progress |
Here's an inline equation: demonstrating mass-energy equivalence.
Here are some common math expressions: , , ,
Here's a complex mathematical expression:
Here's an example using a statically imported image with automatic optimization:

You can also use external images by providing a URL:

Images stored in the public folder can be referenced directly:
