Description

If you have lists with numbers or letters and insert a comment line, the numbers do not increase further but restart at 1 or a, respectively.

Example

With the comment the list numbering starts again at 1:

  1. one
    • a
    • b
  2. two

But with comment:

  1. one
    • a
    • b

  1. two expected

Markup for this example:

 1. one
  * a
  * b
 2. two

But with comment:
 1. one
  * a
  * b
## comment
 2. two expected

Component selection

Details

This Wiki.

Workaround

Indent the comment line or move comment out of list region.

Discussion

Plan


CategoryMoinMoinBug CategoryForMoin2

MoinMoin: MoinMoinBugs/CommentBreaksListNumbering (last edited 2011-01-17 23:49:15 by ReimarBauer)