Description

Numbered list items don't work inside a definition list. They will converted into items of unordered lists.

Steps to reproduce

see below

Example

foo
Unexpected behaviour
  • item 1 of an numbered list, entry should start with "1." and not "*"
  • item 2 of an numbered list, entry should start with "2." and not "*"
  • bar
    Expected behaviour
  • item 1 of an unordered list
  • item 2 of an unordered list
  •  foo:: Unexpected behaviour
     1. item 1 of an numbered list, entry should start with "1." and not "*"
     2. item 2 of an numbered list, entry should start with "2." and not "*"
    
     bar:: Expected behaviour
     * item 1 of an unordered list
     * item 2 of an unordered list

    Component selection

    Details

    MoinMoin Version

    1.5.7

    Python Version

    2.5

    Workaround

    Discussion

    Plan


    CategoryMoinMoinBug

    MoinMoin: MoinMoinBugs/NumberedListsDoNotWorkInDefinitionLists (last edited 2007-10-29 19:06:21 by localhost)