The following "raw BbCode" between the lines of dashes can be copy/pasted to your post. The results follow to illustrate the "before" and "after". Plain bullet list with sublist.
[nobbc] (Copy/paste the lines between the dashes)
---------------------------
[list]
[li]first bullet[/li]
[li]second bullet
[list][li]first sub-item of second bullet[/li]
[li]second sub-item of second bullet[/li]
[/list][/li]
[li]third bullet[/li]
[/list]
---------------------------
[/nobbc]
- first bullet
- second bullet
- first sub-item of second bullet
- second sub-item of second bullet
- third bullet
More complicated list with sublists that have numbered and alphabetical attributes.
[nobbc]
---------------------------
[list type=decimal][li]test 1[/li]
[li]test 2
[list type=upper-alpha][li]test 2.A[/li]
[li]test 2.B[/li][/list][/li]
[li]test 3[/li][/list]
---------------------------
[/nobbc]
Bullet list with "everything and the kitchen sink" (numbering, upper-alpha, and lower-alpha).
[nobbc]
---------------------------
[list type=decimal][li]test 1[/li]
[li]test 2
[list type=upper-alpha][li]test 2.A[/li]
[li]test 2.B
[list type=lower-alpha][li]test 2.B.a[/li]
[li]test 2.B.b[/li]
[/list][/list][/li]
[li]test 3
[list type=decimal][li]test 3.1[/li]
[li]test 3.2
[list type=upper-alpha][li]test 3.2.A[/li]
[li]test 3.2.B[/li]
[/list][/list][/li]
[li]test 4[/li]
[/list]
---------------------------
[/nobbc]