Type | Code Example | Result | Result |
---|---|---|---|
Bold text | '''Text''' | Text | Creates Bold Text where you need it |
Italics text | ''Text'' | Text | Creates Italics Text where you need it |
Bold & Italics text | '''''Text''''' | Text | Creates Bold & Italics Text where you need it |
1 blank line | forces a line break. | ||
2 blank lines | forces a paragraph break. | ||
New Line | <br> | Line 1<br>Line 2 | Line 1 Line 2 |
Indent | : | : Indent | This is a non-indented paragraph and a short paragraph too
|
Blockquote | <blockquote> | <blockquote>text here</blockquote> | Indents both margins and draw a box around it, used when quoting a source document |
Type | Code Example | Result | Result |
---|---|---|---|
Bulleted List | * Text * Text ** Text |
| Creates a bullet point list
|
Numbered List | # Text # Text ## Text |
| Creates a numbered list
|
Beyond the wiki markups above, most HTML markup tags work as well, so you can still do
<big>BIG</big>,
<small>small</small>,
<s>strikeout</s>,
<u>underline</u>
and others.