Currently, solution threads do not, AFAICT, support ordered or unordered lists. There is no mention of them in the formatting help, and experiments show the standard BBCode [list] tag does not work.
I can see no reason why this standard element of formatting, which both HTML and BBCode natively support, should not be available when writing solution posts.
Add support for ordered and unordered lists in solution threads
-
macdjord
- Posts: 1
- Joined: Sat Jun 28, 2025 6:42 am
- euler
- Administrator
- Posts: 5095
- Joined: Sun Mar 05, 2006 4:49 pm
- Location: Cheshire, England
- Contact:
Re: Add support for ordered and unordered lists in solution threads
A good suggestion. I'll add it to my to-do list.

impudens simia et macrologus profundus fabulae
- euler
- Administrator
- Posts: 5095
- Joined: Sun Mar 05, 2006 4:49 pm
- Location: Cheshire, England
- Contact:
Re: Add support for ordered and unordered lists in solution threads
I've just added list support on the main site. There is brief documentation on the Forum Tags page, but essentially it works like this forum. The two exceptions being you need to explicitly use an open list item tag and a closed list item tag (rather than asterisks) and it does not support nested lists.
For example, an unordered list:
will produce,
to create an ordered (numeric) lists:
to create alphabetical lists:
For example, an unordered list:
Code: Select all
[list]
[li]Item 1[/li]
[li]Item 2[/li]
[/list]- Item 1
- Item 2
Code: Select all
[list=1]- Item 1
- Item 2
Code: Select all
[list=a]- Item 1
- Item 2

impudens simia et macrologus profundus fabulae