Godot Version
3.5.1
Question
How do you format Ordered and Unordered lists in a RichTextLabel? I tried looking at the docs but its not clear enough.
Also in the same vain, how do tables work?
3.5.1
How do you format Ordered and Unordered lists in a RichTextLabel? I tried looking at the docs but its not clear enough.
Also in the same vain, how do tables work?
Normal Text
[ul]
list item
list item
list item
[/ul]
[ol]
numbered list one
numbered list two
[/ol]
There’s some more table examples later on the linked docs
Again I said, the docs are somewhat esoteric an i don’t understand what they are trying to say, anyhow the Tables part is the last thing I’m confused on. (Specifically how you build them not how you can modify there formatting)