aboutsummaryrefslogtreecommitdiff
path: root/src/wrappers/markdown2html.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrappers/markdown2html.in')
-rw-r--r--src/wrappers/markdown2html.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/wrappers/markdown2html.in b/src/wrappers/markdown2html.in
new file mode 100644
index 000000000..e255398d2
--- /dev/null
+++ b/src/wrappers/markdown2html.in
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+# converts markdown to HTML
+
+### common.sh
+
+### getopts.sh
+
+### postopts.sh
+
+### checkin.sh
+
+to_utf8 "$@" | runpandoc | from_utf8