Known list nesting bug in 1.0.1
Joseph Lorenzo Hall
joehall at gmail.com
Mon Jul 11 17:10:03 EDT 2005
Have you tried 1.0.2b2? I can seem to reproduce this in that release:
http://daringfireball.net/projects/downloads/Markdown_1.0.2b2.zip
On 7/11/05, A. Pagaltzis <pagaltzis at gmx.de> wrote:
> * A. Pagaltzis <pagaltzis at gmx.de> [2005-07-11 22:47]:
> > Since the Dingus does not have this problem, it is obviously
> > known and even fixed.
>
> Ah, but working around it, I found a problem the Dingus does
> still have.
>
> This:
>
> * Foo
>
> <ul>
> <li>Bar</li>
> <li>Baz</li>
> <li>Quux</li></ul>
>
> Blech
>
> Works:
>
> <ul>
> <li><p>Foo</p>
>
> <ul>
> <li>Bar</li>
> <li>Baz</li>
> <li>Quux</li></ul>
>
> <p>Blech</p></li>
> </ul>
>
> But this:
>
> * Foo
>
> <ul>
> <li>Bar</li>
> <li>Baz</li>
> <li>Quux</li>
> </ul>
>
> Blech
>
> Still fails:
>
> <ul>
> <li><p>Foo</p>
>
> <ul>
> <li>Bar</li>
> <li>Baz</li>
> <li>Quux</li>
> </ul>
>
> <p><p>Blech</p></li>
> </ul></p>
>
> The dreaded superfluous opening paragraph tag is back.
>
> Ok, so it's not the end of the world, since the bug can be
> avoided. But the underlying list nesting bug is still annoying
> enough, as I need to write HTML to work around it.
>
> Regards,
> --
> Aristotle Pagaltzis // <http://plasmasturm.org/>
> _______________________________________________
> Markdown-Discuss mailing list
> Markdown-Discuss at six.pairlist.net
> http://six.pairlist.net/mailman/listinfo/markdown-discuss
>
>
--
Joseph Lorenzo Hall
UC Berkeley, SIMS PhD Student
<http://josephhall.org/>
blog: <http://josephhall.org/nqb2/>
This email is written in [markdown] - an easily-readable and parseable
text format.
[markdown]: http://daringfireball.net/projects/markdown/
More information about the Markdown-Discuss
mailing list