It's odd that bbPress does not come with built-in bbcode support. I guess I'll have to write my own plugin.
Until I get my bbcode plugin to automatically output which bbcode tags are supported, I'll have to include the following as a reference:
[b]text[/b]
This text is bold.
[u]text[/u]
This text is underlined.
[s]text[/s]
Sometimes you need to delete strike text.
[strike]text[/strike]
Sometimes you need to delete strike text.
[quote]text[/quote]
This text is quoted.
[blockquote]text[/blockquote]
This text is quoted.
[url]http://www.google.com/[/url]
Here's a link to Google: http://www.google.com/
[url=http://www.google.com/]Google[/url]
Here's a link to Google.