This archive contains following files:

Base version: reads from STDIN, writes to STDOUT. Does not output any messages.

markdown         2330 bytes   Linux version. Don't forget about chmod +x

markdown.exe     3072 bytes   Windows version.

Development versions for benchmark and debug. 
Besides normal processing, outputs some internal information to STDERR:

markdown_bench       Linux version. 

markdown_bench.exe   Windows version.

Additional files:

example.md       Simple example file with all supported features of the parser.

generator4.pl    Perl script that generates test files. Accepts two arguments.
                 First one is how many paragraphs of text we want. The second one
                 is how many links to generate.

generator4.bat   Uses generator4.pl to generate file with 100000 paragraphs and 1500 links.
                 Expected size of the file is about 80MB


Test the parser this way:

markdown < example.md > example.html


09.05.2012 JohnFound