Hey everybody,
Does anyone happen to know if there is a
markdown windows executable already compiled?
I would like to be able to run something like:
markdown.exe infile.txt outfile.html
The source (perl) is open, and I thought I would use Perl2Exe to create such executable of my own, but figured maybe somebody had already done it (or ported it using another method).
Thanks in advance.
EDIT:
Scratch that, it looks like an easy task to compile a windows EXE