|
Wiki Code |
Result
|
Bold text - Use three apostrophes before and after the bolded text |
'''bolded text''' |
bolded text
|
Itallic text - Use two apostrophes before and after the italicized text |
''italicized text'' |
italicized text
|
Colored text - Use a font tag and specify the color property |
One font. Two font. <font color="red">Red font. </font><font color="blue">Blue font</font> |
One font. Two font. Red font. Blue font
|
Underlined text - Use "underline" tags before and after the text |
This text is not underlined. <u>This text is underlined.</u> |
This text is not underlined. This text is underlined.
|
Line break - hitting enter/ return on your keyboard will create a new line in the edit box, but not on the saved wiki page. Use the <br> code. |
Line one of text. Incorrect way to start new line. |
Line one of text.Incorrect way to start new line.
|
Line one of text.<br> Correct way to start a new line |
Line one of text. Correct way to start a new line.
|
Line one of text.<br><br> Extra line breaks create more space |
Line one of text.
Extra line breaks create more space
|