After using the other BBCode plugins available for WordPress and finding all of them lacking, I decided to create my own. It supports the following tags:
- [b] -- Bold (replaced with "strong" tag)
- [i] -- Italics (replaced with "em" tag)
- [u] -- Underline
- [s] -- Strikeout
- [url] -- Creates a link. Both [url=http...]text[/url] and [url]http...[/url] styles are supported
- [quote] -- Quoted text (replaced with "blockquote" tag)
- [code] -- Code (replaced with "pre" tag)
- [size=n] -- Font size
- [color=#nnnnnn] -- Font color
- [img] -- Inline image