From BaltoCo
[edit] Font Weight (Bold, Italic)
| Code to Add
| Visible Result
|
| '''Three single quotes for bold'''
| Three single quotes for bold
|
| ''Two single quotes for italic''
| Two single quotes for italic
|
| '''''Five single quotes for italic and bold'''''
| Five single quotes for italic and bold
|
[edit] Font Size
[edit] Font Color
[edit] Preformatted Text
- Preformatted text is achieved by starting your line of text with a space. It will then be surrounded by a dotted line and have a gray background.
* Like this!
* It is good for pointing something important out...
or for strange text formatt i n g. Do
You SeE What I meannnn? ???
[edit] Escaping Wiki Markup
| Code to Add
| Visible Result
|
| '''This text will be bold because it is surrounded by three single quotes.'''
| This text will be bold because it is surrounded by three single quotes.
|
| <nowiki>'''This text will NOT be bold, because of the surrounding nowiki tags'''</nowiki>
| '''This text will NOT be bold, because of the surrounding nowiki tags'''
|