My comment above is unchanged, which I guess means it was a parsing rather than a rendering problem if the bug is now fixed.
Do bullet lists work now?
If they do, this and the previous line should be bulleted.
… Nope, still broken, sorry. But it looks as if the vertical spacing is different from what it would be if these were all ordinary paragraphs, so something is being done. In the HTML they are showing up as <li> elements, without any surrounding <ul> or anything of the sort; I don’t know whether that’s what’s intended.
Right. I’m using Firefox and see no bullets. We’re in “Chrome is the new IE6” territory, I fear; no one bothers testing things on Firefox any more. Alas!
I have a PR that fixes it properly. Should be up by Monday.
I usually check browser compatibility, I just didn’t consider it in this case since I didn’t actually expect that something as old as bullet lists would still have browser rendering differences.
My comment above is unchanged, which I guess means it was a parsing rather than a rendering problem if the bug is now fixed.
Do bullet lists work now?
If they do, this and the previous line should be bulleted.
… Nope, still broken, sorry. But it looks as if the vertical spacing is different from what it would be if these were all ordinary paragraphs, so something is being done. In the HTML they are showing up as <li> elements, without any surrounding <ul> or anything of the sort; I don’t know whether that’s what’s intended.
Wait, that list is definitely bulleted, and I also fixed your comment above. Are we seeing different things?
I don’t see bullets on Firefox 65.0.1, but I do on Chromium 72.0.3626.121 (both Xubuntu 16.04.5).
Right. I’m using Firefox and see no bullets. We’re in “Chrome is the new IE6” territory, I fear; no one bothers testing things on Firefox any more. Alas!
I have a PR that fixes it properly. Should be up by Monday.
I usually check browser compatibility, I just didn’t consider it in this case since I didn’t actually expect that something as old as bullet lists would still have browser rendering differences.
Thanks!
My guess is it’s some browser inconsistency because of orphaned <li> elements. Will try to fix that as well.