summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-01-26 09:21:59 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-01-26 09:21:59 -0800
commit412863df7f8e462e4d64ab6f45de7de083147534 (patch)
tree7299c3c21644ac397700949455937f30107170be
parentb6dc21bacf5cc4cb32ad0b91596ba5cc21eaeabb (diff)
Removed hsmarkdown.
-rwxr-xr-xhsmarkdown5
1 files changed, 0 insertions, 5 deletions
diff --git a/hsmarkdown b/hsmarkdown
deleted file mode 100755
index 17f970234..000000000
--- a/hsmarkdown
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-# hsmarkdown - intended as a drop-in replacement for Markdown.pl.
-# Uses pandoc to convert from markdown to HTML, using --strict mode
-# for maximum compatibility with official markdown syntax.
-exec pandoc --from markdown --to html --strict -- "$@"