1. abc
1. def
2. ghi <-- Outdented and numbered according to level
1. jkl <-- Remains indented but now as child of outdented item 'ghi'
Actual behavior: Outdenting an indented item moves the item below the indented items and leaves the children untouched. Example (before state as above)
1. abc
1. def
2. jkl
2. ghi <-- Outdented but moved to the bottom
Reasoning: Outdenting as described "Expected behaviour" is the default for all major text editors.
Expected behavior: Outdenting an indented item should outdent the item and make the following items children of the now outdented item. Example:
Actual behavior: Outdenting an indented item moves the item below the indented items and leaves the children untouched. Example (before state as above)
Reasoning: Outdenting as described "Expected behaviour" is the default for all major text editors.