Nested lists

Is there any way to get nested lists to work? Normally, the second item in the following text should be indented further (and the tags should not show).
  • Main list[list]
  • Sublist
[/list]

I think most php forums support this feature. It's not an urgent thing, but I keep running into it.
Permalink
Epic!
We should support it. That's a bug if I ever saw one.
Permalink
Epic!
Perhaps this is a related bug: if I post the tags all in one line, the preview shows them as being parsed properly, they're not parsed properly in the final post.

For example:
    [*]Item one[*]Item two
Permalink
Hrm... probably a similar issue.
Permalink
Yeah, I could get the preview to show it nested, but when I committed it, it just showed the tags instead. Also, in one circumstance, but not another, when trying to nest, I used the word "list" in the text which automatically killed my preview.

I'll see if I can get an html document to load properly. I'll also check the forums about html documents.
Permalink
There are definitely discrepancies between the preview and what gets saved. The preview is implemented in JS. I try to keep in in synch with the server side code, but sometimes they diverge.
I'll keep looking into these problems.
Permalink