Help Topics
Browse by category and pick the guide that matches what you need to do.
Getting Started
Collection Management
Decks & Decklists
Markets & Alerts
Account & Support
Getting Started
Collection Management
Decks & Decklists
Markets & Alerts
Account & Support
Related Guides
Markdown Syntax
Use Markdown in deck descriptions and private deck notes to format text, show mana icons, and reference cards.
Quick Examples
Write
Cast [[Llanowar Elves]] for {G}.Result
Cast Llanowar Elves for
.
Mana Icons
Wrap a supported mana symbol in braces. Symbols are case-insensitive, so {g} and {G} both work.
Colorless and generic
{0}
{1}
{2}
{3}
{4}
{5}
{6}
{7}
{8}
{9}
{10}
{11}
{12}
{13}
{14}
{15}
{16}
{17}
{18}
{19}
{20}
{100}

{1000000}



{X}
{Y}
{Z}
{C}
Colors
{W}
{U}
{B}
{R}
{G}
Hybrid
{W/U}
{W/B}
{U/B}
{U/R}
{B/R}
{B/G}
{R/G}
{R/W}
{G/W}
{G/U}
Two-brid
{2/W}
{2/U}
{2/B}
{2/R}
{2/G}
Phyrexian
{W/P}
{U/P}
{B/P}
{R/P}
{G/P}
{W/U/P}
{W/B/P}
{U/B/P}
{U/R/P}
{B/R/P}
{B/G/P}
{R/G/P}
{R/W/P}
{G/W/P}
{G/U/P}
Actions and counters
{T}
{Q}
{E}
{S}
{PW}
Special
{A}
{CHAOS}
{H}
{HALF}
{HR}
{HW}
{INFINITY}
{∞}
{M}{P}
{TK}
{CB}
{CG}
{CR}
{CU}
{CW}
Card References
Wrap a card name in double square brackets. Resolved references render as clickable card names with the same tooltip used in deck notes.
Write
- Lowercase canonical name: [[lightning bolt]]
- Normal canonical name: [[Sol Ring]]
- Front-face name: [[Commit]]
- Full split or double-faced name: [[Commit // Memory]]
- Flavor-name alias: [[Hawkins National Laboratory]]
- Printed-name alias: [[Doric, Nature's Warden]]Result
- Lowercase canonical name: lightning bolt
- Normal canonical name: Sol Ring
- Front-face name: Commit
- Full split or double-faced name: Commit // Memory
- Flavor-name alias: Hawkins National Laboratory
- Printed-name alias: Doric, Nature's Warden
How card references are matched
- Matching is case-insensitive.
- Canonical card names and front-face names are checked first.
- Printed names, face printed names, flavor names, and face flavor names are also supported.
- Canonical matches win before printed-name or flavor-name aliases.
- Side-B-only face names do not resolve in Markdown card references.
- Art-series, outdated, and non-card records are not used.
- There is no syntax for forcing a specific printing.
- Card references do not resolve inside links or inline code.
Highlight Legend
Use highlight color markers to build a legend for your deck. Type {highlight:yellow} to insert a small yellow square, then explain what that highlight color means.
Write
Highlight legend:
{highlight:yellow} Combo pieces
{highlight:blue} Interaction
{highlight:green} RampResult
Highlight legend:
Combo pieces
Interaction
Ramp
{highlight:red}{highlight:yellow}{highlight:blue}{highlight:green}{highlight:purple}
Markdown Basics
| Feature | Syntax | Notes |
|---|---|---|
| Heading | # Heading | Use one to six # characters. |
| Bold | **important text** | Makes text bold. |
| Italic | *emphasized text* | Makes text italic. |
| Link | [label](https://example.com) | Also supports internal paths, anchors, and mailto links. |
| Inline code | `exact text` | Card references and mana icons do not render inside code. |
| Quote | > Keep this hand | Creates a blockquote. |
| List | - Ramp spell | Use - or * for bullets, or 1. for ordered lists. |
| Line break | First line
Second line | Plain line breaks are preserved. |
Not Supported
- Raw HTML
- Images
- Tables
- Task lists
- Strikethrough
- Fenced code blocks as rich code blocks