Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1.2
-
Fix Version/s: 1.1.3
-
Component/s: Module - FO
-
Labels:None
-
Environment:HideApache Maven 2.1.0 (r755702; 2009-03-18 13:10:27-0600)
Java version: 1.6.0_16
Java home: /usr/lib/jvm/java-6-sun-1.6.0.16/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux" version: "2.6.26-2-686" arch: "i386" Family: "unix"
ShowApache Maven 2.1.0 (r755702; 2009-03-18 13:10:27-0600) Java version: 1.6.0_16 Java home: /usr/lib/jvm/java-6-sun-1.6.0.16/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux" version: "2.6.26-2-686" arch: "i386" Family: "unix"
Description
For numbered lists as follows in apt syntax:
[[1]] One
[[2]] Two
[[3]] Three
The following logic is produced:
1 One
2 Two
3 Three
It would be nice instead if the following logic is produced:
1. One
2. Two
3. Three
Thank you.
Done in r946933