RichtextLabel BB_code not working

Godot Version

4.4.1

Question

My code and editor configuration below:

My final text is tested in website below and it seems correct

[align=center]Stats[/align]
							[*]Total levels played count: [b]3[/b]
							[*]Total levels completed count: [b]2[/b]
							[*]Total undo button click count: [b]2[/b]
							[*]Total restart button click count [b]1[/b]
							[*]Total move count: [b]8[/b]

BBcode test

But all tags are shown as text and not acted on. I can see all tags.

Unfortunately it seems list tag is not supported, current supported tag table expected style is not standard maybe, dunno?

below code worked (not in test site though) which is not desired but anyway
[center]Stats[/center]
[table=1]
[cell]Total levels played count: 3[/cell]
[cell]Total levels completed count: 2 [/cell]
[cell]Total undo button click count: 2[/cell]
[cell]Total restart button click count 1 [/cell]
[cell]Total move count: 8 [/cell]
[/table]

You can use [ul] and [ol] for unordered and ordered lists, respectively.