-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: None
When I use block modifiers such as lists it would be nice to be able to split the text into several lines.
eg.
- Test line 1
- Test line 2
- Test
line 3 - Test line 4
The newline on Test line 3 would break the numbering of the list and start a new sequence. What I would like is to be able to escape the newline so I can format the text more readable in edit modus.
eg. like this.
- Test line 1
- Test line 2
- Test \
line 3 - Test line 4
The \ (or some other char, since
already means newline) should nullify the following newline so that the list renders correctly. This should be the case for all the block modifiers (#, *, -, bq., etc..)