Article Formatting Guide

Live reference for every supported directive and formatting option

Article Formatting Guide

A live reference for every supported directive and formatting option. Use this page to preview how things render before putting them in a real article.


Table of Contents


YouTube Embeds

Standard 16

embed (recommended for most videos):

Custom dimensions (useful for vertical/short-form videos):


Inline card links open a card details modal on click.

Default (shows the card ID as text):

With custom label:

Used in a sentence: Your best opener is , which generates as a token.


Card Displays

A flat list of cards with optional title. Supports x2, x3 etc. for multiple copies.

Loading cards...

With copy counts:

Loading cards...


Deck Displays

Link a full deck by ID. Main and evo are separate directives.

Loading main deck...

Loading evo deck...


Icons

Inline class and mechanic icons using [[icon=name]]. Icons resolve from public/sv-icons/.

Forestcraft: forestcraft Swordcraft: swordcraft Runecraft: runecraft Dragoncraft: dragoncraft Abysscraft: Havencraft: Attack: attack Defense: defense

Used inline in text: "This card has 2 attack / 2 defense and is played on turn 3."


Colored Text

:colortext{color="..." text="..."} — accepts any valid CSS color value.

Red text

Blue text (hex)

Green text (RGB)

Gold text (named color)


Spoiler Images

Images that are blurred by default. Click to reveal, click again to hide.

Minimal (just a src):

Spoiler image
Spoiler — click to reveal

With alt text and custom overlay label:

New card reveal from the upcoming set
Click to reveal the new card!
New card reveal from the upcoming set

Standard Markdown

Everything below is plain markdown — no directives needed.

Headings

H1

H2

H3

H4

Text Formatting

Bold, italic, ~~strikethrough~~, inline code.

Lists

Unordered:

  • First item
  • Second item
    • Nested item
  • Third item

Ordered:

  1. Step one
  2. Step two
  3. Step three

Ordered with card links (common pattern in mulligan sections):

  • : Keep
  • : Keep going first
  • : Toss

Blockquote

This is a blockquote. Use it for tips, notes, or callouts.

External link — opens in the same tab.

Named reference link

Tables

| Card | Copies | Notes | | ---------- | ------ | ----------------- | | BP11-018EN | 3 | Core engine piece | | BP11-019EN | 3 | Token generator | | BP11-023EN | 2 | Flex slot |

Horizontal Rule


Code Block

::youtube{videoId="your-video-id"}
::deck{type="main" id="your-deck-id" title="Main Deck"}
::spoilerimage{src="/path/to/image.png" label="Click to reveal!"}
DingDongDB | Article Formatting Guide