Markup cheat sheet

Revision Information
  • Revision id: 44380
  • Created:
  • Creator: scoobidiver
  • Comment: Tip for autocomplete list
  • Reviewed: Yes
  • Reviewed:
  • Reviewed by: AliceWyman
  • Is approved? No
  • Is current revision? No
  • Ready for localization: No
Revision Source
Revision Content

This is a list of the most commonly used wiki markup in support articles. For more complete documentation see:

Tip: Don't want to bother remembering this stuff? Just press Ctrl + Space barcommand + space bar when syntax highlighting is on and you will be presented an autocomplete list with the full wiki markup.



Description What it looks like Wiki Syntax
Bold text bold '''bold'''
Link to another article Name of article [[Name of article]]
Link specific text to another article click here [[Name of article|click here]]
Link to another site http://www.mozilla.org [http://www.mozilla.org]
Link specific text to another site Mozilla [http://www.mozilla.org Mozilla]
Numbered list
  1. Item 1
  2. Item 2
  3. Item 3
# Item 1
# Item 2
# Item 3
Unordered list
  • Item A
  • Item B
  • Item C
* Item A
* Item B
* Item C
Unordered sub-list within a numbered list
  1. Item 1
  2. Item 2
    • Item 2a
    • Item 2b
  3. Item 3
#Item 1
#Item 2
#* Item 2a
#*Item 2b
#Item 3
Table of Contents Table of Contents
(list of article headings)
__TOC__
Indicates a level 1 heading

Level 1

= Level 1 =
Indicates a level 2 heading

Level 2

== Level 2 ==
Image Name of image [[Image:Name of image]]
Note
Note: Text
{note}'''Note:''' Text{/note}
Warning
Warning: Text
{warning}'''Warning:''' Text{/warning}
Keyboard shortcut Ctrl + T {key Ctrl+T}
Button Button {button Button}