RETAIL
CLASSIC ERA
CATACLYSM
RETAIL
CLASSIC ERA
CATACLYSM
Markdown Formatting Guide

Raider.IO profiles utilize Markdown for formatting. Our variant of Markdown is based on Github Flavored Markdown with some extensions surrounding how images work, to make it easier to incorporate key WoW images (classes, specs, icons, etc.). See the section on Images below for examples.

 

Heading Text 1

# H1

H1

 

Heading Text 2

## H2

H2

 

Heading Text 3

### H3

H3

 

Heading Text 4

#### H4

H4

 

Heading Text 5

##### H5

H5

 

Heading Text 6

###### H6

H6

 

Bold Text

**Bold Text**

Bold Text

 

Italics Text

*Italics Text*

Italics Text

 

Strikethrough Text

~Strikethrough Text~

Strikethrough Text

 

Unordered List
> * first item
> * second item
> * third item
  • first item
  • second item
  • third item

 

Ordered List
1. first
2. second
3. third
  1. first
  2. second
  3. third

 

Todo List
* [x] a completed item
* [ ] something still todo
* [ ] another todo
  • a completed item
  • something still todo
  • another todo

 

Block Quote
> This text will be indented

This text will be indented

 

Multi-line Code Blocks:
/cast [player] Prayer of Mending
/cast [player] Prayer of Mending

 

In-line Code Literals

`Prayer of Healing`

Prayer of Healing

 

 

Tables
HeadHeadHead
DataDataData
DataDataData
DataDataData

 

 

Images

We provide a number of image shortcuts that can be used in profiles.

 

Class icons:

![](class=monk)
![](class=monk,size=medium)
![](class=monk,size=large)

 

Spec icons:

![](class=shaman,spec=restoration)
![](class=shaman,spec=restoration,size=medium)
![](class=shaman,spec=restoration,size=large)

 

Affix icons:

![](affix=infernal)
![](affix=infernal,size=medium)
![](affix=infernal,size=large)

 

Dungeon icons:

![](dungeon=plaguefall)
![](dungeon=plaguefall,size=medium)
![](dungeon=plaguefall,size=large)

 

Raid icons:

![](raid=sanctum-of-domination)
![](raid=sanctum-of-domination,size=medium)
![](raid=sanctum-of-domination,size=large)

 

Any WoW Icon (view all):

![](icon=spell_holy_powerinfusion)
![](icon=spell_holy_powerinfusion,size=medium)
![](icon=spell_holy_powerinfusion,size=large)

 

Faction icons:

![](faction=horde)
![](faction=horde,size=medium)
![](faction=horde,size=large)

 

Raid Headers:

Utilize the slug of the raid you want to show.

![](raidheader=sanctum-of-domination)

 

Dungeon Headers:

Utilize the slug of the dungeon you want to show.

![](dungeonheader=plaguefall)