From 3be90c226b6cd09c6f58d8e59dc2ae1e4ff70ea8 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Mon, 15 Jan 2018 22:36:52 +0100 Subject: [PATCH] [bin/mdo] update markdown command --- bin/mdo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mdo.sh b/bin/mdo.sh index ce3f1cc..981178d 100755 --- a/bin/mdo.sh +++ b/bin/mdo.sh @@ -6,4 +6,4 @@ # e.g. preview the markdown in vim: # :!mdo % -$BROWSER "data:text/html;base64,`markdown $* | base64 -w 0`" +$BROWSER "data:text/html;base64,`markdown_py $* | base64 -w 0`"