-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Rich Text Editor
-
None
-
1
-
1
- If you create a numbered list such as:
1. Item A
2. Item B
3. Item C
and you want to add spaces between each by using <Shift-Enter> between each line and save it, the numbering is lost.
- This how it looks when entered into the description field (Shift+Enter is only shown for reference to add a space between each numbered line):
1. Item A <Shift + Enter>
2. Item B <Shift+Enter>
3. Item C <Shift+Enter>
- The previous text turns into this format after you save it. Shift+ Enter removes the numbering so "2" reverts to "1" and "3" reverts to "1". What you see on the screen isn't saved:
1. Item A
1. Item B
1. Item C
- An available workaround is to add double backslash symbols to force render a space and keeping the numbered list in sequence:

- Item A
- Item B
- Item C
=> It would be nice to have a more user friendly way to manage numbered lists without losing formatting