Description

Is this a bug or a feature? A bug, I guess.

 1. first
 1. second
 * first bullet
 * second bullet
  1. first
  2. second
  3. first bullet
  4. second bullet

 1. first
 1. second

 * first bullet
 * second bullet
  1. first
  2. second
  3. first bullet
  4. second bullet

Details

This Wiki.

Discussion

There are no such thing as "mixed list" and should never be - a list is ordered or not.

I think the most reasonable way to parse this markup is create two separate lists, in both cases:

<ol>
  <li>first</li>
  <li>second</li>
</ol>
<ul>
  <li>first bullet</li>
  <li>second bullet</li>
</ul>

-- NirSoffer 2004-06-17 08:27:25

Workaround

Put some hidden markup between the rows, like  :

 1. first
 2. second
` `
 * first bullet
 * second bullet
  1. first
  2. second

 

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/ChangingListTypeIgnored (last edited 2007-10-29 19:19:27 by localhost)