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`"