devilry / trix2

Next generation Trix. Detailed task control and statistics app for better learning outcome.
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Ordered list in assignment editor #131

Open torgeirl opened 1 year ago

torgeirl commented 1 year ago

The assignment editor currently only support unordered (bulleted) lists (<ul>), but as described in #78 assignments are often split into sub-assignments. When an assignment text is organize using either numbers or letters the text get structured like a list but it will lack proper list semantics.

In addition to adding support for sub-assignments (not planned), we should also add support for ordered lists (<ol>) with either numbers (type="1") or letters (type="a" or type="A").