summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 -- "$@"