It would be nice to be able to break up a list over several lines

XMLWordPrintable

      When I use block modifiers such as lists it would be nice to be able to split the text into several lines.

      eg.

      1. Test line 1
      2. Test line 2
      3. Test
        line 3
      4. 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.

      1. Test line 1
      2. Test line 2
      3. Test \
        line 3
      4. 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..)

            Assignee:
            Armond Avanes
            Reporter:
            Paul Rene Jørgensen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: