Part 1 has a list item that contains only a sub-list. A tinyMCE bug mucks up the list
- List item 1
- Sub list item 2.1 with nothing introducing this sub-list
- Sub list item 2.2
- Sub list item 2.3
- List item 3
Part 2 checks how to handle a new list inside an existing list but outside a list item - tinyMCE keeps open the list item
first time around:
- Welcome 1 (valid mark-up)
- Introduction 1
- Introduce 1 yourself and what you want from the course
Second time (invalid mark-up, no line breaks):
- Welcome 2
- Introduction 2
- Introduce 2 yourself and what you want from the course
Third time (invalid mark-up):
- Welcome 3
- Introduction 3
- Introduce 3 yourself and what you want from the course