| Font Styles (more) | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | **Strong** | Strong | |||||||||
|  | *Italic* | Italic | |||||||||
|  | ~~Deleted~~ | ||||||||||
|  | `Inline Code` | Inline Code | |||||||||
|  | ``` lines of code ``` | lines of code | |||||||||
| Highlighted code (more) | |||||||||||
|  | ```ruby 3.times do puts 'Hello' end ``` |  | |||||||||
| Line breaks and Paragraphs | |||||||||||
| An empty line creates a new paragraph. | An empty line creates a new paragraph. | ||||||||||
| End a line with a backslash\ or two spaces to insert a manual line break. | End a line with a backslash | ||||||||||
| Lists | |||||||||||
|  | * Item 1 * Sub * Item 2 | 
 | |||||||||
|  | 1. Item 1 1. Sub 2. Item 2 | 
 | |||||||||
|  | * [ ] Item 1 * [x] Item 2 | 
 | |||||||||
| Headings (more) | |||||||||||
|  | # Title 1 | Title 1 | |||||||||
|  | ## Title 2 | Title 2 | |||||||||
|  | ### Title 3 | Title 3 | |||||||||
| Links (more) | |||||||||||
| www.foo.bar | www.foo.bar | ||||||||||
| http://foo.bar | http://foo.bar | ||||||||||
| [Foo](http://foo.bar) | Foo | ||||||||||
| Redmine links (more) | |||||||||||
|  | [[Wiki page]] | Wiki page | |||||||||
| Issue #12 | Issue #12 | ||||||||||
| ##12 | Bug #12: The issue subject | ||||||||||
| Revision r43 | Revision r43 | ||||||||||
| commit:f30e13e43 | f30e13e4 | ||||||||||
| source:some/file | source:some/file | ||||||||||
| Inline images (more) | |||||||||||
|  |  | ||||||||||
|  | |||||||||||
| Tables | |||||||||||
| | A | B | C | |---|---|---| | A | B | C | | D | E | F | | 
 | ||||||||||
| Raw HTML (more) | |||||||||||
| HTML is <del>not</del> <u>allowed</u>. | HTML is | ||||||||||