[quote=@BBeast] My example: [url]http://www.roleplayerguild.com/posts/2317817[/url] But I suppose, in the grand scheme of things, I could avoid hacks or requiring to change the Guild's parser by putting [code][/list][list][/code] between each item (ie. close the list and open it again). It's only a small piece of effort to pay. [/quote] Thanks for the example! I see what you're going for. You actually wrote that in exactly the proper way: [pre] [h3]Header A[/h3] [list] [*] Item A [*] Item B [*] Item C [/list] [h3]Header B[/h3] [list] [*] Item A [*] Item B [/list] [/pre] I convert [code]list[/code] BBCode directly into HTML lists where it's invalid to have anything between each list-item. The fact that it's annoying to create lists is really a problem with our BBCode editor, and making our BBCode editor more usable is something I want to solve in time. For example, I want to support a WYSIWYG editor like [url]http://imperavi.com/redactor/[/url] (something I initially played with), but as yall can see by comparing how much time it takes me to make trivial changes to BBCode vs how fast I build other Guild features, the editor just involves a lot of hard, time-consuming problems.