What special formatting tricks can be done in the comments now?
Proven:
**text**or__text__= Bolding = text*text*or_text_= Italics = text- `
text` = Code Formatting =text [example](http://example.com "title")Inline links with title and texthttp://example.complain old links
Disproven:
- Cannot insert
<kbd>characters - Cannot use
#[text]to increase size

string hexString = string.Format("{0:X}", -5); long hexValue = long.Parse(hexString, NumberStyles.AllowHexSpecifier);– VitalyB Sep 10 '10 at 14:27