From f4713cfc3eee2d875d6021c794a7271961cd2bb6 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Tue, 2 Jan 2007 03:02:27 +0000 Subject: Moved hsmarkdown to src/wrappers/hsmarkdown.in, so it works with our existing build process. There's no harm in having it be a template, even though there's nothing to fill it. git-svn-id: https://pandoc.googlecode.com/svn/trunk@400 788f1e2b-df1e-0410-8736-df70ead52e1b --- hsmarkdown | 5 ----- src/wrappers/hsmarkdown.in | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100755 hsmarkdown create mode 100755 src/wrappers/hsmarkdown.in 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 -- "$@" diff --git a/src/wrappers/hsmarkdown.in b/src/wrappers/hsmarkdown.in new file mode 100755 index 000000000..17f970234 --- /dev/null +++ b/src/wrappers/hsmarkdown.in @@ -0,0 +1,5 @@ +#!/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