i'm working on list tags, and in the process of that i had to research how other bbcode implementations do it. in short: i don't like it, it's too verbose:
what i'm thinking of is: in a list tag, every new line (normalized per usual rules) gets a list item:
[ul]
[li]one[/li]
[li]two[/li]
[li]three[/li]
[/ul]
etc.what i'm thinking of is: in a list tag, every new line (normalized per usual rules) gets a list item:
[ul]
list item 1
list item 2 (note the two spaces at the end of previous line)
list item 3
still list item 3 (prev line wasn't broken)
[/ul]
im Normal and you'r NOT.
bear that in mind.