Discovery Gaming Community

Full Version: BBCode: unordered lists are broken
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The code:
Code:
[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.
Bump? Sad
Fixed.
Thank you!
>three months

Wew maybe what i requested can be implemented as well, pretty pls?
After some testing I don't think they are displaying quite correctly yet:
  1. Ordered lists are indented,
  2. like this.
  • But unordered ones aren't.
  • (In fact they're less indented than normal text!)
This time it's because of the inclusion of padding-left: 5px, for a reason I'm not sure of.
Try now
Working now, thanks again.
Found this anomaly now - https://i.imgur.com/1PN1HQg.png
It appears that the list code provides additional dot.
Have you checked the source of that post? Are they using bullet points as characters in their text?