Description
Is this a bug or a feature? A bug, I guess.
1. first 1. second * first bullet * second bullet
- first
- second
- first bullet
- second bullet
1. first 1. second * first bullet * second bullet
- first
- second
- first bullet
- 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
- first
- second
- first bullet
- second bullet
Plan
- Priority: Low - does not effect typical usage
Assigned to: FlorianFesti
- Fixed in release: 1.3