> i've just checked it out and found suspicious code in cmarkdown.c(252): > for(p++; *p && p != end && *p <= '0' && *p >= '9';p++); Fixed
> * foo > *bar > --> > <ul> > <li>foo</li> > <li>ar</li> > </ul> Fixed > *foo > *bar > --> > <p><em>foo > </em>ba</p> Markdown.pl handles it another way. *foo *bar <p>*foo *bar</p> I don't know if I should change this to the behavior of the Perl script. It wouldn't be difficult, but I really don't know if it feels good(tm). Thanks :) -- http://www.gnuffy.org - Real Community Distro http://www.gnuffy.org/index.php/GnuEm - Gnuffy on Ipaq (Codename Peggy)
