Guide

Markdown & Images Guide

Mon Aug 11 2025

Text Formatting

You can use bold, italic, and inline code.

Lists

  1. Numbered list
  2. Second item
  3. Third item

Code Blocks

def hello_world():
    print("Hello, World!")
const greeting = "Hello, World!";
console.log(greeting);

Images

Basic image syntax:

Alt text

With HTML for more control:

Description

Responsive image:

Description

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

FeatureSupported
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!