Heroes Forum and Hero Bio Markup

Bold Tag - [b][/b]
Code Example: Hi, my name is [b]John[/b]
Code Output: Hi, my name is John
Italics Tag - [i][/i]
Code Example: Hi, my name is [i]John[/i]
Code Output: Hi, my name is John
Underline Tag - [u][/u]
Code Example: Hi, my name is [u]John[/u]
Code Output: Hi, my name is John
Strikethrough Tag - [s][/s]
Code Example: Hi, my name is [s]John[/s]
Code Output: Hi, my name is John
Quote Tag - [quote][/quote]
Code Example: [quote]Hi, my name is John[/quote]
Code Output: Hi, my name is John
Code Tag - [code][/code]
Code Example: [code]Hi, my name is John[/code]
Code Output: Hi, my name is John
Size Tag - [size=#][/size]
Code Example: [size=5]Hi, my name is John[/size]
Code Output: Hi, my name is John
Code Tag - [color][/color]
Code Example: [color=red]Hi, my name is John[/color]
Code Output: Hi, my name is John
URL Tags
Code Examples:
[url=http://www.heroes.com/]Heroes.com![/url]
[url]http://www.heroes.com/[/url]
Code Output Heroes.com!
http://www.heroes.com/
Image Tags
Code Examples:
[img=http://heroes.com/image.jpg]Image Title[/img]
[img]http://heroes.com/image.jpg[/img]
Lists
Code Examples:
[list]
  [*]John
  [*]Jane
[/list]
Code Ouput
John
Jane