Markdown & Images Guide
Mon Aug 11 2025
Text Formatting
You can use bold, italic, and inline code
.
Lists
- Bullet point 1
- Bullet point 2
- Nested item
- Another nested item
- Numbered list
- Second item
- Third item
Code Blocks
def hello_world():
print("Hello, World!")
const greeting = "Hello, World!";
console.log(greeting);
Images
Basic image syntax:
With HTML for more control:

Responsive image:

Links
Link to another post External link
Quotes
This is a blockquote. It can span multiple lines and will be styled consistently with your theme.
Tables
Feature | Supported |
---|---|
Markdown | ✅ |
Images | ✅ |
Code highlighting | ✅ |
Math | ➕ (can be added) |
Advanced: JSX Components
Since this is MDX, you can also use JSX:
Custom component: This is a custom styled box!