Description | What you type | What you get |
---|---|---|
Internal link |
[[Page Title]] [[Link Label|Page Title]] |
Page Title Link Label |
External link |
[[http://example.com]] [[Example|http://example.com]] |
http://example.com Example |
File link |
[[Absolute PDF|/images/example.pdf]] [[Relative PDF|example.pdf]] |
Absolute PDF Relative PDF |
Escaped link |
'[[Page Title]] |
[[Page Title]] |
Description | What you type | What you get |
---|---|---|
Basic internal image |
[[/images/example.png]] |
|
Basic external image |
[[http://example.com/example.png]] |
|
Image with alt text |
[[/example.png|alt=Shapes]] |
|
Image with frame and caption |
[[/example.png|frame|alt=Shapes]] |
Shapes
|
Image with specific width |
[[/example.png|width=40px]] |
|
Image with specific height |
[[/example.png|height=40px]] |
|
Image aligned left |
The quick brown fox jumps. [[/example.png|align=left]] |
The quick brown fox jumps.
|
Image aligned center |
The quick brown fox jumps. [[/example.png|align=center]] |
The quick brown fox jumps.
|
Image aligned right |
The quick brown fox jumps. [[/example.png|align=right]] |
The quick brown fox jumps.
|
Image floated left |
The quick brown fox jumps [[/example.png|float|align=left]] over the lazy dog and feels as if he were in seventh heaven. |
The quick brown fox jumps over the lazy dog and feels as if he were in seventh heaven. |
Image floated left |
The quick brown fox jumps [[/example.png|float|align=right]] over the lazy dog and feels as if he were in seventh heaven. |
The quick brown fox jumps over the lazy dog and feels as if he were in seventh heaven. |
Description | What you type | What you get |
---|---|---|
Hilighted Code block | ```ruby¬ ··def foo¬ ····puts 'bar'¬ ··end¬ ``` |
def foo
puts 'bar'
end
|
Language Identifiers for use in Hilighted Code Blocks | |
---|---|
|
|
Description | What you type | What you get |
---|---|---|
Bold | *bold text* |
bold text |
Italic | _italic text_ |
italic text |
Monospace | +monospace text+ |
monospace text |
Single quoted | `single quoted text' |
‘single quoted text’ |
Double quoted | ``double quoted text'' |
“double quoted text” |
Superscript | x^2^ |
x2 |
Subscript | H~2~O |
H2O |
Description | What you type | What you get |
---|---|---|
Bold | **bold text** |
bold text |
Italic | //italic text// |
italic text |
Monospace | {{{monospace text}}} |
monospace text |
Description | What you type | What you get |
---|---|---|
Bold | **bold text** |
bold text |
Italic | *italic text* |
italic text |
Inline code | `inline code` |
inline code |
Description | What you type | What you get |
---|---|---|
Bold | *bold text* |
bold text |
Italic | /italic text/ |
italic text |
Inline code | =inline code= |
inline code |
Description | What you type | What you get |
---|---|---|
Bold | B<bold text> |
bold text |
Italic | I<italic text> |
italic text |
Inline code | C<inline code> |
inline code |
Description | What you type | What you get |
---|---|---|
Bold | *bold text* |
bold text |
Italic | _italic text_ |
italic text |
Monospace | +monospace text+ |
monospace text |
Description | What you type | What you get |
---|---|---|
Bold | **bold text** |
bold text |
Italic | *italic text* |
italic text |
Monospace | ``monospace text`` |
monospace text |
Description | What you type | What you get |
---|---|---|
Bold | *bold text* |
bold text |
Italic | _italic text_ |
italic text |
Inline code | @inline code@ |
inline code |
Description | What you type | What you get |
---|---|---|
First level heading | = Heading Text |
Heading Text |
Second level heading | == Heading Text |
Heading Text |
Third level heading | === Heading Text |
Heading Text |
Description | What you type | What you get |
---|---|---|
First level heading | * Heading Text |
Heading Text |
Second level heading | ** Heading Text |
Heading Text |
Third level heading | *** Heading Text |
Heading Text |
Description | What you type | What you get |
---|---|---|
First level heading | # Heading Text |
Heading Text |
Second level heading | ## Heading Text |
Heading Text |
Third level heading | ### Heading Text |
Heading Text |
Description | What you type | What you get |
---|---|---|
First level heading | =head1 Heading Text |
Heading Text |
Second level heading | =head2 Heading Text |
Heading Text |
Third level heading | =head3 Heading Text |
Heading Text |
Description | What you type | What you get |
---|---|---|
First level heading | Heading Text ============ |
Heading Text |
Second level heading | Heading Text ------------ |
Heading Text |
Third level heading | Heading Text ~~~~~~~~~~~~ |
Heading Text |
Description | What you type | What you get |
---|---|---|
First level heading | h1. Heading Text |
Heading Text |
Second level heading | h2. Heading Text |
Heading Text |
Third level heading | h3. Heading Text |
Heading Text |
Description | What you type | What you get |
---|---|---|
Unordered list | * Item 1¬ ** Item 1.1¬ * Item 2¬ * Item 3 |
|
Ordered list | . Item 1¬ .. Item 1.1¬ . Item 2¬ . Item 3 |
|
Description | What you type | What you get |
---|---|---|
Unordered list | * Item 1¬ ** Item 1.1¬ * Item 2¬ * Item 3 |
|
Ordered list | # Item 1¬ ## Item 1.1¬ # Item 2¬ # Item 3 |
|
Description | What you type | What you get |
---|---|---|
Unordered list | * Item 1¬ ····* Item 1.1¬ * Item 2¬ * Item 3 |
|
Ordered list | 1. Item 1¬ ····1. Item 1.1¬ 2. Item 2¬ 3. Item 3 |
|
Description | What you type | What you get |
---|---|---|
Unordered list | - Item 1¬ ····- Item 1.1¬ - Item 2¬ - Item 3 |
|
Ordered list | 1. Item 1¬ ····1. Item 1.1¬ 2. Item 2¬ 3. Item 3 |
|
Description | What you type | What you get |
---|---|---|
Unordered list | =over 4¬ ¬ =item * Item 1¬ ¬ =item * Item 2¬ ¬ =item * Item 3¬ ¬ =back |
|
Ordered list | =over 4¬ ¬ =item 1. Item 1¬ ¬ =item 2. Item 2¬ ¬ =item 3. Item 3¬ ¬ =back |
|
Description | What you type | What you get |
---|---|---|
Unordered list | * Item 1¬ ··* Item 1.1¬ * Item 2¬ * Item 3 |
|
Ordered list | 1. Item 1¬ ···1. Item 1.1¬ 2. Item 2¬ 3. Item 3 |
|
Description | What you type | What you get |
---|---|---|
Unordered list | * Item 1¬ ¬ ··* Item 1.1¬ ¬ * Item 2¬ ¬ * Item 3 |
|
Ordered list | 1. Item 1¬ ¬ ···1. Item 1.1¬ ¬ 2. Item 2¬ ¬ 3. Item 3 |
|
Description | What you type | What you get |
---|---|---|
Unordered list | * Item 1¬ ····* Item 1.1¬ * Item 2¬ * Item 3 |
|
Ordered list | 1. Item 1¬ ····1. Item 1.1¬ 2. Item 2¬ 3. Item 3 |
|
Description | What you type | What you get |
---|---|---|
Block | \[ \left( \sum_{k=1}^n a_k b_k \right)^2 \] |
|
Inline | Consider \( x^2 + y^2 \). |
Consider . |