BBCode Guide

these are all the bbcode tags currently supported!

text styling

[b] bold

[b]...[/b]
The [b] tag formats its contents using bold text.

[i] italics

[i]...[/i]
The [i] tag formats its contents using italicized text.

[s] strikeout

[s]...[/s]
The [s] tag adds a strikeout to its contents.

[sub] subscript

[sub]...[/sub]
The [sub] tag formats its contents as subscript.

[sup] superscript

[sup]...[/sup]
The [sup] tag formats its contents as superscript.

[size] font size

[size=n]...[/size]
The [size] tag sets the font size of its contents.
This text is size 0.
This text is size 1.
This text is size 2.
This text is size 3.
This text is size 4.
This text is size 5.
This text is size 6.
This text is size 7.

images

[img] image

[img]address[/img]
The [img] tag allows you to insert images. Paste a URL to the image between the start and end [img] tags, like this:
[img]https://codecreature.net/graphix/deco/maxwell.gif[/img]
-->