| Title | Numbered lists level 2 are broken |
| Date | 12-Dec-2005 16:09:42 EET |
| Version | JSPWiki v2.3.55-alpha |
| Submitter | 195.39.63.194 |
| pageprovider | default |
| criticality | JSPWiki:MediumBug![]() |
| container | tomcat5 |
| os | linux |
| browser_version | firefox |
| url | http://www.jspwiki.org/wiki/TextFormattingRules![]() |
| BugStatus | NotABug |
| java_version | jdk1.4.2 |
# One \\ one and a half # Two # Three ## Three.One
creates
1. One one and a half 2. Two 3. Three 1. Three.One
You have an extra empty line there (which tells JSPWiki to start a new list). It should look like this:
# One \\ one and a half # Two # Three ## Three.One
which results in this:
- One
one and a half - Two
- Three
- Three.One
