Make it easy to select a Markdown executible.
authorW. Trevor King <wking@drexel.edu>
Tue, 5 Oct 2010 17:31:30 +0000 (13:31 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 5 Oct 2010 17:31:30 +0000 (13:31 -0400)
commitda3726f5e072547b9c1bbabb3e38a229ca203153
tree93e2491db85b4928b81cf3f84703b5def9be7496
parent371915510a3756357b23bb79b79980ec4ecd1d2c
Make it easy to select a Markdown executible.

For example, if you want to use a local version of Markdown to work
around bugs in your system's version.

The latest version of Gruber's Markdown seems to be:
  http://daringfireball.net/projects/downloads/Markdown_1.0.2b8.tbz
Release note:
  http://six.pairlist.net/pipermail/markdown-discuss/2007-May/000615.html
Debian experimental is using this 1.0.2b8 version:
  http://packages.debian.org/search?keywords=markdown

There are many other implementations as well, and most seem to support
the
  /path/to/markdown SOURCE
syntax, printing the marked up XHTML to stdout.  This patch makes it
easy to drop in any executable you wish.
IkiWiki/Plugin/mdwn.pm