Big Picture
This plugin allows bloggers familiar with phpbb's "bb code" to use the same syntax when blogging. For example [b]text[/b] will be rendered as BOLD (STRONG really but same thing).
When posting a blogger will be able to use common phpbb syntax, such as
- [b]bold[/b]
- [i]italic[/i]
- [u]underline[/u]
- [s]strikethrough[/s]
- [color=red]color[/color]
- [size=3]size[/size]
- [font=font_name]font[/font]
- [code]foo[/code]
- [quote]foo[/quote]
- [list=1]numbered list[/list]
- [list=a]lettered list[/list]
- [list]bulleted list[/list]
- [bg=color]background color[/bg]