From 412863df7f8e462e4d64ab6f45de7de083147534 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 26 Jan 2013 09:21:59 -0800 Subject: Removed hsmarkdown. --- hsmarkdown | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 hsmarkdown 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 -- "$@" -- cgit v1.2.3