The following bb codes are supported in item comments

Code Example Result
b [b]Bold[/b] text Bold text
i [i]Italic[/i] text Italic text
quote [quote=Shakespeare]Cry havoc and let slip the dogs of war[/quote]
Shakespeare
Cry havoc and let slip the dogs of war
code [code]Console.WriteLine("Hello World.");[/code]
Console.WriteLine("Hello World.");
color [color=red]Danger![/color] Danger!
size [size=130]big[/size]-[size=80]small[/size] big-small
center [center]Middle[/center]
Middle
align [align=right]Right[/align]
Right
img [img]/res/Image.gif[/img] /res/Image.gif
url [url]http://www.mydomain.com/[/url] http://www.mydomain.com/
[url=http://www.mydomain.com/]Home[/url] Home
email [email=info@mydomain.com]Email us[/email] Email us
list [list]
  [*]one
  [*]two
  [*]three
[/list]
  • one
  • two
  • three
[list=1]
  [*]one
  [*]two
  [*]three
[/list]
  1. one
  2. two
  3. three
[list=a]
  [*]one
  [*]two
  [*]three
[/list]
  1. one
  2. two
  3. three