Formating Syntax Quick Reference

Font Styles
icon markup result
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
Highlighted Code <pre>
<code:ruby>
  puts "Hello, World!"
</code>
</pre>
puts "Hello, World!"
Lists
icon markup result
Unordered list * Item 1
* Item 2
  • Item 1
  • Item 2
Ordered list # Item 1
# Item 2
  1. Item 1
  2. Item 2
Headings
icon markup result
Heading 1 h1. Title 1

Title 1

Heading 2 h2. Title 2

Title 2

Heading 3 h3. Title 3

Title 3

Links
markup result
"Foo":http://foo.bar Foo