Add ability to start a numbered list at a specific starting value

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Won't Fix
    • 1.1
    • Component/s: None
    • Environment:
      OS: Fedora Core 1
      JDK: Sun JDK 1.4.2_04
      Application server: Tomcat 5.0.19

      I've found that when you are creating numbered lists using the # markup, if you have large lists that get broken up by other markup, that the list numbering resets back to 1. It would be great if:

      a) You could use a particular syntax for starting a numbered list at a specific starting value. Example:

      #6 This is a numbered item that will start with 6.

      b) You could mark a block of markup with start and stop blocks. Maybe

      {list}

      would work. So, something like:

      {list}
      # Item 1
      # Item 2

      Stuff



      # Item 3
      blah blah blah

      # Item 4{list}

      would render as:

      1. Item 1
      2.# Item 2

      Stuff

      3. Item 3
      blah blah blah

      4. Item 4

            Assignee:
            Armond Avanes
            Reporter:
            David Czarnecki
            Votes:
            0 Vote for this issue
            Watchers:
            71 Start watching this issue

              Created:
              Updated:
              Resolved: