Jump to content

BBCode examples


Maxwell

Recommended Posts

  • Engineer
BB Code syntax Result preview
[b]I am bold[/b]
I am bold
[i]I am cursive[/i]
I am cursive
[s]I am crossed[/s]
I am crossed
[u]I have underline[/u]
I have underline
Cubic formula is: ax[sup]3[/sup] + bx[sup]2[/sup] + cx + d
Cubic formula is: ax3 + bx2 + cx + d
Borax formulae is: B[sub]4[/sub]H[sub]20[/sub]Na[sub]2[/sub]O[sub]17[/sub]
Borax formulae is: B4H20Na2O17
[size=200]I am 2x bigger[/size]
I am 2x bigger
[size=large]I am large[/size]
I am large
[color=blue]I'm blue darididaruda[/color]
I'm blue darididaruda
[color=#7f7f7f]I'm gray but in hex[/color]
I'm gray but in hex
[url]https://www.reshax.com[/url]
https://www.reshax.com
[url=https://www.reshax.com]Click me to return to the main board[/url]
Click me to return to the main board
[email][email protected][/email]
[email protected]
[[email protected]]Some blokes email address[/email]
Some blokes email address
[img=https://lukascone.files.wordpress.com/2019/06/poyra.gif]
poyra.gif
[hr]

Quotes

[quote="Maxwell"]You can quote me on this[/quote]

You can quote me on this

Lists

[list]
  [*]1st
  [*]2nd
  [*]3rd
[/list]

  • 1st
  • 2nd
  • 3rd

Code

[code]int main() {
  printf("Hello, world");
};[/code]

int main() {
  printf("Hello, world");
};

Some BBCode does not work like: br, h1, h2, h3, pipes, table, img size attribute, size, bbvideo

  • Like 2
Link to comment
Share on other sites

  • Engineer

No worries. I created this be a visual guide of what is possible here. Sorry if the last sentence seems like a pressure to fix it or criticism, it's not.

It's completely fine, if some codes don't work. I never liked BBCode much to begin with. I prefer Markdown or HTML which works here just fine, but it's hacky.

BBCode is still useful for those with preference or if someone wants to port work from other site or external editor. And that's the main reason for this topic.

  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...