Re: [dwm] [ANNOUNCE] cmarkdown-0.3

From: Enno \ <gottox_AT_gmail.com>
Date: Thu, 13 Dec 2007 14:35:37 +0100

> 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)
Received on Thu Dec 13 2007 - 14:35:39 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:11:40 UTC