austgl / python-markdown2

Automatically exported from code.google.com/p/python-markdown2
Other
0 stars 0 forks source link

problems with some list edge cases #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the recent "Problem with UL followed by OL" thread on markdown-discuss
an example was brought up that markdown2.py doesn't handle properly.

I've added test/tm-cases/lists2.text for this:

{{{
cd test
./test.py lists2
}}}

Original issue reported on code.google.com by tre...@gmail.com on 16 Feb 2008 at 6:00

GoogleCodeExporter commented 9 years ago
Also:

{{{
./test.py issue16
}}}

Original comment by tre...@gmail.com on 16 Feb 2008 at 6:01

GoogleCodeExporter commented 9 years ago
test cases added in r124

Original comment by tre...@gmail.com on 3 Mar 2008 at 8:54

GoogleCodeExporter commented 9 years ago
Fixed in r126

Original comment by tre...@gmail.com on 3 Mar 2008 at 9:01