Skip to content

Instantly share code, notes, and snippets.

@milohuang
Created November 6, 2011 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milohuang/1343251 to your computer and use it in GitHub Desktop.
Save milohuang/1343251 to your computer and use it in GitHub Desktop.
bbPress2 BBCode
Bold: [b]bold[/b]
Italics: [i]italics[/i]
Underline: [u]underline[/u]
Strikeout:[s]striked this out[/s]
Color:
[color="red"]named red[/color]
[color=#ff0000]hex red again[/color]
Align:
Center Text:[center]center me[/center]
Computer code:[code]10 GOTO 10[/code]
Font size: [size=10]10px font size[/size]
URL:
[url]http://wordpress.org/[/url]
[url=http://wordpress.org/]WordPress[/url]
Image:
[img]http://s.wordpress.org/style/images/codeispoetry.png[/img]
[img=Code is Poetry]http://s.wordpress.org/style/images/codeispoetry.png[/img]
Quote: (NAME: the username when you hover cursor instead of display name.
For example, username is "you" but display name is "YoU")
[quote]Lorem ipsum dolor sit amet, consectetuer adipiscing elit,[/quote]
[quote=NAME]Lorem ipsum dolor sit amet[/quote]
Lists:
Ordered lists: [ol][li][/li][/ol]
Unordered lists: [ul][li][/li][/ul]
List Item: [li]item[/li]
Video:
(*) Youtube Links: [youtube]Youtube ID[/youtube]
(#) Video URLS Links: [video]Youtube or GoogleVideo URL[/video]
Spoiler:
Named Spoiler: [spoiler=two plus two]four[/spoiler]
Unnamed Spoiler: [spoiler]Boo![/spoiler]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment