add periods to numbered lists
-----------------------------
Key: DOXIA-376
URL: http://jira.codehaus.org/browse/DOXIA-376
Project: Maven Doxia
Issue Type: Improvement
Components: Module - FO
Affects Versions: 1.1.2
Environment: Apache 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"
Reporter: deckrider
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira