From this https://www.bbcode.org/examples
BBcode
---
emphasize and italic and underline and Strikingthrough
---
It groows!!!
or [style size="10px"]does it?[/style]
It is possible to color the text red green blue -
or whatever
or like this [style color="red"]red[/style] [style color="green"]green[/style] [style color=blue]blue[/style] [style color=#DB7900]whatever[/style]
---
This is some text
This is some centered text
This is some text[left]This is some left aligned text[/left]
This is some text[right]This is some right aligned text[/right]
---
Quoting no-one in particular
Quoting someone in particular
Bjarne wrote:This be the day of days!
---
Linking with no link title
https://www.bbcode.org/
Linking to a named site
This be bbcode.org!
---
Including an image

Resizing the image
https://www.bbcode.org/images/lubeck_small.jpg[/img]
Making the image clickable (in this case linking to the original image)

Resizing and adding meta information for the image

---
Including a youtube video
[youtube]GBtYiLFH85A[/youtube]
GBtYiLFH85A is the id of the video, you can see it from the url on youtube
---
Name
Age
John
65
Gitte
40
Sussie
19
---
$b = "hello world";
echo $b;
---
Not working
[pre]
01 andndnd.
05 andnd pic x.
05 andne pic x.
[/pre]
---
Not Working
Ordered list:
[ol]
[li]Item one[/li]
[li]Item two[/li]
[/ol]
Unordered list:
[ul]
[li]Item one[/li]
[li]Item two[/li]
[/ul]
Another variant:
Other ways of indicating list items: