If you are interested in learning more, check out jhoijhoi's guide on MOBAFire. The formatting there is very similar despite the fact that it is a different site (well, not entirely).
The Basics
- b, i, u, s - Creates bold, italic, underlined, or strikethrough text.
Code:[b]Bold[/b] [i]Italics[/i] [u]Underlined[/u] [s]Strikethrough[/s]
Produces:
Bold
Italics
Underlined
Strikethrough
Usage:- Use formatted text to emphasize particularly valuable information.
- sup, sub - Creates superscript or subscript text
Code:This is [sup]superscript[/sup] text. This is [sub]subscript[/sub] text.
Produces:
This is superscript text.
This is subscript text.
Usage:- Use superscript and subscript text to format special
Read More