rehamaltamimi / gwtwiki

Automatically exported from code.google.com/p/gwtwiki
0 stars 0 forks source link

definition list items inside of numbered lists render as numbered list items #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.add a definition list as an item in a numbered list.

see: http://meta.wikimedia.org/wiki/Help:Wikitext

sample markup from the wikipedia page (above):
* You can even do mixed lists
*# and nest them
*# inside each other
*#* or break lines<br>in lists.
*#; definition lists
*#: can be 
*#:; nested : too

What is the expected output? What do you see instead?
The definition list should nest properly inside of the numbered list,
instead I see,
the items in the definition list become items in the numbered list.

What version of the product are you using? On what operating system?
3.0.12 on Mac OS X

Please provide any additional information below.

Original issue reported on code.google.com by steven.b...@gmail.com on 26 Jun 2009 at 8:00

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 18 Jul 2009 at 11:08

GoogleCodeExporter commented 8 years ago
I made these changes:
http://code.google.com/p/gwtwiki/source/detail?r=333
Please try again.

Here are the JUnit test changes:
http://code.google.com/p/gwtwiki/source/detail?r=334

Original comment by axelclk@gmail.com on 19 Jul 2009 at 1:26