Description

Numbered list becomes bullet if it is placed after definition expression.

Steps to reproduce

test
test
  • test
  • test
  • Component selection

    Details

    MoinMoin Version

    1.9.2

    OS and Version

    WinXP

    Python Version

    2.65

    Server Setup

    Apache2.2

    Server Details

    wsgi

    Language you are using the wiki in (set in the browser/UserPreferences)

    English

    Workaround

    Put some text between the definition expression and the list.

    test
    test

    a

    1. test
    2. test

    or encapsulate the numbered list or the definition by the wiki parser e.g.

    test
    test
    1. test
    2. test

    Discussion

    If you put a list before the definition, the list after the definition works.

    1. test
    2. test
      test
    3. test
    4. test

    /!\ It is known that beginning a new list with nothing in between to a previous list has issues, the parser just thinks you want to continue the old list. So, just put something in between.

    Plan


    CategoryMoinMoinBug

    MoinMoin: MoinMoinBugs/NumberedListFailsAfterDefinition (last edited 2010-05-29 13:17:11 by TakeoKatsuki)