Page 1 of 1
[FORUM BUG] List item incorrect formatting
Posted: Sun Jul 26, 2026 9:53 pm
by GentleMyth
The unordered list button in the post editor does not seem to generate working list formatting. When I click it, it inserts:
Which appears as:
[*] List item
However, this does not render as a list when the post is submitted. Using Markdown formatting manually works:
Which appears as:
It looks like the editor button could inserting BBCode even though the forum uses Markdown. I am using Firefox on macOS. I have not tested this on other platforms.
Re: [FORUM BUG] List item incorrect formatting
Posted: Sun Jul 26, 2026 10:56 pm
by Hardelli
So the way it works is you first click the "ordered list" and then use the list item to mark the lists. You can choose to do numbered lists or A., B., C. type lists by putting "1" or "A" in the list= part of the ordered list thing, so list=1 will give you a list like
Bingo
Bango
Bongo
And list=a will give a list like
Dille
Dalle
Dong
Re: [FORUM BUG] List item incorrect formatting
Posted: Mon Jul 27, 2026 12:01 am
by GentleMyth
Hardelli wrote: Sun Jul 26, 2026 10:56 pm
So the way it works is you first click the "ordered list" and then use the list item to mark the lists. You can choose to do numbered lists or A., B., C. type lists by putting "1" or "A" in the list= part of the ordered list thing, so list=1 will give you a list like
Bingo
Bango
Bongo
And list=a will give a list like
Dille
Dalle
Dong
Ooohhh that makes so much more sense. I'm going to drop this in a codeblock for anyone who comes across it at a later date:
Code: Select all
[list=a]
[*]Dille
[*]Dalle
[*]Dong
[/list]
[/quote]
Sorry for the misreport! I'm so used to markdown that BBcode feels very strange to me.
Re: [FORUM BUG] List item incorrect formatting
Posted: Mon Jul 27, 2026 1:57 am
by Avatar
Hehehe, no worries, that's why we have our trusty Hardelli around (and for other reasons of course!) 
Re: [FORUM BUG] List item incorrect formatting
Posted: Mon Jul 27, 2026 7:23 am
by Hardelli
GentleMyth wrote: Mon Jul 27, 2026 12:01 am
Sorry for the misreport! I'm so used to markdown that BBcode feels very strange to me.
No problem at all. Its been at least 20-25 years since I last used BBCode so I was a bit rusty and didn't actually remember how things worked, this was a good kick in the arse for me to do some relearning, lol. Was meant to do that like 3 weeks ago...