Basic Formatting
Note: HTML tags are stripped
Tag |
Example Input |
Example Output |
[b] [/b] |
[b]bold[/b] |
bold |
[i] [/i] |
<[i]italics[/i]/td>
| italics |
[u] [/u] |
[u]underline[/u] |
underline |
[s] [/s] |
[s]strikethrough[/s] |
strikethrough |
[size=n] [/size] |
[size=6]6 font[/size] [size=3]3 font[/size] |
6 font 3 font |
[color=#0f0f0f] [/color] |
[color=#ff0000]red[/color] [color=#00f]blue[/color] [color=#878879]gray[/color] |
red blue gray |
[center] [/center] |
[center]content[/center] |
content |
[left] [/left] |
[left]content[/left] |
content |
[right] [/right] |
[right]content[/right] |
content |
[quote] [/quote] |
[quote]saying[/quote] [quote=Aristotle]saying[/quote] |
saying
Aristotlesaying |
[url][/url] |
[url]http://example.com[/url] [url=http://example.com]example[/url] |
http://example.com example |
[img] [/img] |
[img]http://www.marlboroughct.net/images/Icons/Blue/Checkmark-1.png[/img] |
 |
[code] [/code] |
[code]echo 'Hello World';[/code] |
echo 'Hello World'; |
[sub] [/sub] |
normal [sub]subscript[sub] |
normal subscript |
[sup][/sup] |
normal [sup]superscript[sup] |
normal superscript |
[small][/small] |
normal [small]small[small] |
normal small |
Lists
Unorderd Lists |
Numbered Lists |
Lettered Lists |
Example Input:
[list]
[*] item 1
[*] anther item
[/list]
Example Output:
|
Example Input:
[list=1]
[*] item 1
[*] anther item
[/list]
Example Output:
- item 1
- another item
|
Example Input:
[list=a]
[*] item 1
[*] anther item
[/list]
Example Output:
- item 1
- another item
|
YouTube
Tag: [youtube] [/youtube]
Example Input: [youtube]4bpySfGRyKM[/youtube]
Note: the id (4bpySfGRyKM) is found in the YouTube url at "v=4bpySfGRyKM"
Example Output: