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>
Thu, 8 Dec 2011 01:49:07 +0000 (20:49 -0500)
commit9f8946cfba15f54ac64a614d81e6889ca3e905e2
treef4a3e44acd22602eaafde8d45db50339b3666fc9
parent97b2345f8cb2ee013a5ecee259cd897f210aa9c1
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