Wiki Syntax Quick Reference

Font Styles
Strong *Strong* Strong
Italic _Italic_ Italic
Underline +Underline+ Underline
Deleted -Deleted- Deleted
??Quote?? Quote
Inline Code @Inline Code@ Inline Code
Preformatted text <pre>
 lines
 of code
</pre>
 lines
 of code
Lists
Unordered list * Item 1
** Sub
* Item 2
  • Item 1
    • Sub
  • Item 2
Ordered list # Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
Headings
Heading 1 h1. Title 1

Title 1

Heading 2 h2. Title 2

Title 2

Heading 3 h3. Title 3

Title 3

Links
http://foo.bar http://foo.bar
"Foo":http://foo.bar Foo
Redmine links
Link to a Wiki page [[Wiki page]] Wiki page
Issue #12 Issue #12
Revision r43 Revision r43
commit:f30e13e43 f30e13e4
source:some/file source:some/file
Inline images
Image !image_url!
!attached_image!
Tables
|_. A |_. B |_. C |
| A | B | C |
|/2. row span | B | C |
|\2. col span |
A B C
A B C
row span B C
col span

More Information