Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
This is a normal paragraph with bold text, italic text, bold + italic, strikethrough, andhighlighted text.
You can also use alternative bold and alternative italic.
Superscript: E = mc2
Subscript: H2O
Links
- Inline link: Ghost Documentation
- Link with title: Ghost
- Automatic link: https://ghost.org
- Reference-style link: Ghost Forum
Images

Lists
Unordered list
- Item one
- Item two
- Nested item (works best inside Markdown card)
- Another nested item
- Item three
Ordered list
- First step
- Second step
- Nested ordered item
- Another nested ordered item
- Third step
Mixed list
- Main point
- Sub-point A
- Sub-point B
- Another main point
Blockquotes
This is a simple blockquote.
Nested blockquotes work inside the Markdown card:This is a nested quote.
Horizontal rule
Code
Inline code: const greeting = "Hello Ghost";
Fenced code block with syntax highlighting:
// Example JavaScript
function greet(name) {
return `Hello, ${name}! Welcome to Ghost 6.0`;
}
console.log(greet("Writer"));
# Example Python
def greet(name):
return f"Hello, {name}! Welcome to Ghost 6.0"
print(greet("Writer"))
Tables (Markdown card only)
| Feature | Inline Editor | Markdown Card |
|---|---|---|
| Headings | ✅ | ✅ |
| Bold / Italic | ✅ | ✅ |
| Nested lists | ❌ | ✅ |
| Tables | ❌ | ✅ |
| Footnotes | ❌ | ✅ |
| Syntax highlight | ✅ | ✅ |
Footnotes (Markdown card only)
Ghost supports footnotes.[1] You can also use longer notes.[2]
HTML (allowed)
You can also drop raw HTML when needed:
Custom HTML block – useful for special layouts or third-party widgets.
Quick tip for Ghost 6.0
Most everyday formatting (bold, italic, headings, links, simple lists, code, images) works when you type Markdown directly.
For tables, nested lists, and footnotes, always use a dedicated Markdown card (/markdown).