On Thu, Apr 16 2009, Tzafrir Cohen wrote: > On Thu, Apr 16, 2009 at 04:01:20AM -0500, Manoj Srivastava wrote: > >> Umm. I am not sure that follows. I am also not convinced we need >> to invent our own rules. Text::Markdown or Text::MultiMarkdown could >> help. And they do not seem to have issues with recognizing >> indentation/different characters as denoting levels of lists. > > Character-level formatting of markdown as well? > > Two examples: > > * From abcmidi: > > This package contains the programs `abc2midi' and `midi2abc', which
Yup, this one is a problem. <p>This package contains the programs <code>abc2midi\' and</code>midi2abc\', which</p> So using ` as a quote seems to be an issue. __> egrep '`' /var/lib/dpkg/available | wc -l 149 Less than 150 instances. > * From alltray: > > KDE, XFCE 4*, Fluxbox* and WindowMaker*. > (*) No drag 'n drop support. Enable with "-nm" option. __> echo "KDE, XFCE 4*, Fluxbox* and WindowMaker*. (*) No drag 'n drop support. Enable with "-nm" option." | markdown <p>KDE, XFCE 4*, Fluxbox* and WindowMaker*. (*) No drag 'n drop support. Enable with -nm option.</p> Hmm. Looks fine to me. manoj -- "If Diet Coke did not exist it would have been necessary to invent it." Karl Lehenbauer Manoj Srivastava <sriva...@debian.org> <http://www.debian.org/~srivasta/> 1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org