[list]
[*]Item one
[*]Item two
[*]Item three
[/list]
ought to create something like:
Quote:• Item one • Item two • Item three
but it doesn't. Instead we get this:
Quote:
Item one
Item two
Item three.
The <ul> and <li> tags are created properly, but the list-style-type property is set to none and as a result the bullet points are not displayed. This has been broken for some time now and I would appreciate it being fixed, as the workaround used to exemplify the proper behaviour is rather inconvenient.