From 379c2b65cc345c534b8303e51f532bd83658b619 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Fri, 23 Jun 2017 16:24:13 +0200 Subject: [PATCH] Add markup_to_doc script usefull for vimwiki --- scripts/markup_to_doc.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/markup_to_doc.sh diff --git a/scripts/markup_to_doc.sh b/scripts/markup_to_doc.sh new file mode 100755 index 0000000..43f3d4a --- /dev/null +++ b/scripts/markup_to_doc.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +pandoc $1 -o ${1%.wiki}.docx