Lists BBCodes
To create lists with BBCodes you have few BBCodes.
You can’t create nested lists, because the WordPress shortcodes processor limitations. Attempting to do that can break the page rendering!
Each list has to have List wrapper with Items inside.
Lists
Ordered List
[list]{content}[/list]
[ol]{content}[/ol]
Unordered List
[ul]{content}[/ul]
Items
List Item
[li]{content}[/li]
Example
[list] [li]First Item[/li] [li]Second Item[/li] [li]Third Item[/li] [/list]