Re: [dwm] [ANNOUNCE] cmarkdown-0.3

2007-12-14 Thread markus schnalke
Enno Gottox Boland [EMAIL PROTECTED] wrote: I use pre for displaying a block segment of code. Markdown.pl uses precode. I really don't know if I should use that too. I read, that it should be precode, because of the semantic behind it. pre just stands for preformated text, code normally does

Re: [dwm] [ANNOUNCE] cmarkdown-0.3

2007-12-14 Thread pancake
On Fri, Dec 14, 2007 at 09:37:58AM +0100, Sebastian A. Liem wrote: What's bad about markdown? I've got minimal experience with it, it was cmarkdown that got me interested in txt2html converters. Little related ..but maybe this project may interest you:

Re: [dwm] [ANNOUNCE] cmarkdown-0.3

2007-12-13 Thread Simon Rozet
On 12/11/07, Enno Gottox Boland [EMAIL PROTECTED] wrote: Hi! I wrote an markdown interpreter in C. It should support most of the features markdown.pl has (hopefully). Please report any bugs. As a markdown junky, I'm really happy that you wrote a C implementation; thanks ! It would be a good

Re: [dwm] [ANNOUNCE] cmarkdown-0.3

2007-12-13 Thread Enno Gottox Boland
Thanks! Hi! Actually, there is a test suite available. See http://six.pairlist.net/pipermail/markdown-discuss/2004-December/000909.html It's a good guidline, but Markdown has some syntactic quirks which are difficult to implement in C. Furthermore MarkdownTest is far to strict, imho. I use pre

Re: [dwm] [ANNOUNCE] cmarkdown-0.3

2007-12-13 Thread Szabolcs Nagy
On 12/14/07, Enno Gottox Boland [EMAIL PROTECTED] wrote: It's a good guidline, but Markdown has some syntactic quirks which are difficult to implement in C. Furthermore MarkdownTest is far to strict, imho. markdown is not suckless so i don't mind if cmarkdown doesn't follow its specification

[dwm] [ANNOUNCE] cmarkdown-0.3

2007-12-11 Thread Enno Gottox Boland
Hi! I wrote an markdown interpreter in C. It should support most of the features markdown.pl has (hopefully). Please report any bugs. It would be a good idea if you could test the interpreter with you're own documents and report any differences to markdown.pl Mercurial: hg clone