Nested lists in text editor

Text editors do not support nested lists at the moment.

List syntax should allow for nested lists for both ordered and unordered list like this:

* bullet point 1
 * sub point 1.1
 * sub point 1.2
* bullet point 2
* bullet point 3

Acceptance tests

  • nested lists can be defined using the specified syntax and are rendered appropriately

Estimation

2 Story Points

Post a comment