Details
-
Improvement
-
Resolution: Fixed
-
Major
-
1.0
-
None
-
None
-
Unit
-
Description
About lists at https://www.dokuwiki.org/wiki:syntax#lists
Input:
* This is a list
* The second item
* You may have different levels
* Another item
- The same list but ordered
- Another item
- Just use indention for deeper levels
- That's it
Output:
* This is a list
** The second item
* You may have different levels
* Another item
* The same list but ordered
*1. Another item
* Just use indention for deeper levels
* That's it
Expected Output (xwiki/2.1 syntax):
* This is a list
** The second item
* You may have different levels
* Another item
1. The same list but ordered
11. Another item
1. Just use indention for deeper levels
1. That's it
------
Adding another space to ordered lists ("- another item") returns in "$result", see bug.png
- Input:
* This is a list * The second item * You may have different levels * Another item - The same list but ordered - Another item - Just use indention for deeper levels - That's it